fix e2e test

This commit is contained in:
Eugenio Romano
2018-10-02 21:49:03 +01:00
parent bc0865bdb9
commit d19631b0b7
11 changed files with 18 additions and 20 deletions

View File

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