[ACA-4038] Fix Description error message not showing (#1775)

* [ACA-4038] Fix Description error message not showing

* increase timeout due really slow create sites

Co-authored-by: Eugenio Romano <eugenio.romano@alfresco.com>
This commit is contained in:
davidcanonieto
2020-11-10 17:05:25 +00:00
committed by GitHub
parent 99140b3ac9
commit f14f8104e2
3 changed files with 26 additions and 40 deletions

View File

@@ -51,12 +51,12 @@ describe('Pagination on multiple pages', () => {
await userApi.sites.waitForApi({ expect: initialSitesTotalItems + 101 });
await loginPage.loginWith(username);
}, 150000);
}, 450000);
afterAll(async () => {
await userApi.sites.deleteSites(sites);
await userApi.sites.waitForApi({ expect: initialSitesTotalItems });
}, 120000);
}, 420000);
describe('on My Libraries', () => {
beforeAll(async () => {