mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
add fit in the banned word (#3977)
This commit is contained in:
parent
465e55acb5
commit
09a259bfa1
@ -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);
|
||||
|
@ -20,7 +20,8 @@
|
||||
"ban": [
|
||||
true,
|
||||
"eval",
|
||||
"fdescribe"
|
||||
"fdescribe",
|
||||
"fit"
|
||||
],
|
||||
"class-name": true,
|
||||
"comment-format": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user