[ADF-3558] Fixing failing test for unshare file (#3792)

* [ADF-3558] Fixing failing test for unshare file

* [ADF-3558] Fix failing test for unshare file
This commit is contained in:
jdosti
2018-09-16 19:08:12 +01:00
committed by Eugenio Romano
parent fc8b9e5ed1
commit 61de424bab
2 changed files with 9 additions and 2 deletions
+3 -2
View File
@@ -90,10 +90,11 @@ describe('Unshare file', () => {
let sharedLink = await shareDialog.getShareLink();
shareDialog.clickShareToggle();
shareDialog.clickCloseButton();
browser.get(sharedLink);
browser.sleep(300);
errorPage.checkErrorPage();
errorPage.checkBackButton();
errorPage.checkErrorCode();
});
});