[AAE-4430] Upload from local tab visibility with info icon error message (#6592)

* [AAE-4430] Upload from local tab visibility with info icon error message

* Fix restore deleted site e2e
This commit is contained in:
arditdomi
2021-02-04 17:44:33 +01:00
committed by GitHub
parent d362153e37
commit 37a3f25123
5 changed files with 32 additions and 30 deletions

View File

@@ -287,10 +287,7 @@ describe('Restore content directive', () => {
await browser.sleep(browser.params.testConfig.timeouts.index_search);
await navigationBarPage.navigateToContentServices();
await contentServicesPage.waitForTableBody();
await contentServicesPage.selectSite(publicSite.entry.title);
await navigationBarPage.goToSite(publicSite);
await contentServicesPage.waitForTableBody();
await contentServicesPage.checkContentIsDisplayed(siteFolder.entry.name);
await contentServicesPage.openFolder(siteFolder.entry.name);