mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-31 17:38:28 +00:00
[ACA] fix e2e tests failing on slow environments (#801)
* fix tests failing on slow environments * forgot a change
This commit is contained in:
committed by
Denys Vuika
parent
49e80ddce1
commit
2ac59bd278
@@ -52,13 +52,13 @@ describe('Pagination on multiple pages on File Libraries', () => {
|
||||
});
|
||||
|
||||
beforeEach(async (done) => {
|
||||
await page.clickFileLibrariesAndWait();
|
||||
done();
|
||||
await page.clickFileLibrariesAndWait();
|
||||
done();
|
||||
});
|
||||
|
||||
afterEach(async (done) => {
|
||||
await Utils.pressEscape();
|
||||
done();
|
||||
await Utils.pressEscape();
|
||||
done();
|
||||
});
|
||||
|
||||
afterAll(async (done) => {
|
||||
|
Reference in New Issue
Block a user