mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-21 16:06:16 -04:00
Fixed admin tests
* Increased timeout. * Wait for disconnect only if no admintest.
This commit is contained in:
parent
c2699e4528
commit
d8e0975f97
4 changed files with 4 additions and 2 deletions
|
@ -55,5 +55,6 @@ test.describe('admin settings',()=> {
|
|||
const settings = page.locator('.settings');
|
||||
await expect(settings).not.toBeEmpty();
|
||||
await page.waitForSelector('.menu')
|
||||
await page.waitForTimeout(5000)
|
||||
});
|
||||
})
|
||||
|
|
|
@ -66,6 +66,7 @@ test.describe('Plugins page', ()=> {
|
|||
await expect(installedPluginsRows).toHaveCount(1, {
|
||||
timeout: 15000
|
||||
})
|
||||
await page.waitForTimeout(5000)
|
||||
})
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue