mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-31 17:38:48 +00:00
[no-issue] general fix e2e and unit test (#3903)
* add missing import remove creation folder in redirect test in main folder fix update script update node js-api to last alpha before to install improve share dialog test * update gnu * fix notification and search e2e * change name compatible with file name * improve failing test to avoid cdk overlay problems * [ADF-3561] fix Outcome not translatable * increase sleep in user permission checklist missing uppercase comment possible different value in test due time * improve document list actions * improve document list action test * tag refresh bbefore next test comment possible value due the time
This commit is contained in:
@@ -132,7 +132,7 @@ describe('Upload - User permission', () => {
|
||||
|
||||
navigationBarPage.openContentServicesFolder(this.consumerSite.entry.guid);
|
||||
|
||||
browser.sleep(1000);
|
||||
browser.sleep(3000);
|
||||
|
||||
dragAndDrop.dropFile(dragAndDropArea, emptyFile.location);
|
||||
dragAndDrop.dropFolder(dragAndDropArea, folder.location);
|
||||
@@ -146,7 +146,7 @@ describe('Upload - User permission', () => {
|
||||
contentServicesPage.checkContentIsNotDisplayed(folder.name);
|
||||
});
|
||||
|
||||
it('[C279915] Should not be allowed to upload a file in folder with consumer permissions', () => {
|
||||
fit('[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);
|
||||
@@ -155,7 +155,7 @@ describe('Upload - User permission', () => {
|
||||
|
||||
navigationBarPage.openContentServicesFolder(this.consumerSite.entry.guid);
|
||||
|
||||
browser.sleep(1000);
|
||||
browser.sleep(3000);
|
||||
|
||||
contentServicesPage.uploadFile(emptyFile.location);
|
||||
|
||||
@@ -175,7 +175,7 @@ describe('Upload - User permission', () => {
|
||||
|
||||
navigationBarPage.openContentServicesFolder(this.consumerSite.entry.guid);
|
||||
|
||||
browser.sleep(1000);
|
||||
browser.sleep(3000);
|
||||
|
||||
uploadToggles.enableFolderUpload();
|
||||
|
||||
|
Reference in New Issue
Block a user