mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
fix e2e test
This commit is contained in:
@@ -114,10 +114,11 @@ describe('Upload component - Excluded Files', () => {
|
||||
});
|
||||
|
||||
it('[C212862] Should not allow upload file excluded in the files extension of app.config.json', () => {
|
||||
navigationBarPage.clickConfigEditorButton();
|
||||
|
||||
browser.refresh();
|
||||
|
||||
navigationBarPage.clickConfigEditorButton();
|
||||
|
||||
configEditorPage.clickFileConfiguration('adf-file-conf');
|
||||
|
||||
configEditorPage.clickClearButton();
|
||||
@@ -143,10 +144,11 @@ describe('Upload component - Excluded Files', () => {
|
||||
});
|
||||
|
||||
it('[C274688] Should extension type added as excluded and accepted not be uploaded', () => {
|
||||
navigationBarPage.clickConfigEditorButton();
|
||||
|
||||
browser.refresh();
|
||||
|
||||
navigationBarPage.clickConfigEditorButton();
|
||||
|
||||
configEditorPage.clickFileConfiguration('adf-file-conf');
|
||||
|
||||
configEditorPage.clickClearButton();
|
||||
|
Reference in New Issue
Block a user