mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 14:47:12 -04:00
Increased timeout.
This commit is contained in:
parent
c2699e4528
commit
57f114c01e
2 changed files with 2 additions and 0 deletions
|
@ -55,5 +55,6 @@ test.describe('admin settings',()=> {
|
||||||
const settings = page.locator('.settings');
|
const settings = page.locator('.settings');
|
||||||
await expect(settings).not.toBeEmpty();
|
await expect(settings).not.toBeEmpty();
|
||||||
await page.waitForSelector('.menu')
|
await page.waitForSelector('.menu')
|
||||||
|
await page.waitForTimeout(5000)
|
||||||
});
|
});
|
||||||
})
|
})
|
||||||
|
|
|
@ -66,6 +66,7 @@ test.describe('Plugins page', ()=> {
|
||||||
await expect(installedPluginsRows).toHaveCount(1, {
|
await expect(installedPluginsRows).toHaveCount(1, {
|
||||||
timeout: 15000
|
timeout: 15000
|
||||||
})
|
})
|
||||||
|
await page.waitForTimeout(5000)
|
||||||
})
|
})
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue