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
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);