mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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 () => {
|
||||
|
Reference in New Issue
Block a user