add fit in the banned word (#3977)

This commit is contained in:
Eugenio Romano 2018-11-16 10:37:52 +00:00 committed by GitHub
parent 465e55acb5
commit 09a259bfa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -146,7 +146,7 @@ describe('Upload - User permission', () => {
contentServicesPage.checkContentIsNotDisplayed(folder.name);
});
fit('[C279915] Should not be allowed to upload a file in folder with consumer permissions', () => {
it('[C279915] Should not be allowed to upload a file in folder with consumer permissions', () => {
contentServicesPage.uploadFile(emptyFile.location).checkContentIsDisplayed(emptyFile.name);
uploadDialog.fileIsUploaded(emptyFile.name);

View File

@ -20,7 +20,8 @@
"ban": [
true,
"eval",
"fdescribe"
"fdescribe",
"fit"
],
"class-name": true,
"comment-format": [