mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-05-05 22:57:11 -04:00
Added retry mechanism.
This commit is contained in:
parent
d37a65eabc
commit
4efe667396
2 changed files with 13 additions and 2 deletions
|
@ -45,7 +45,7 @@ test.describe('Plugins page', ()=> {
|
|||
const pluginRow = pluginTable.locator('tr').first()
|
||||
await expect(pluginRow).toContainText('ep_font_color3')
|
||||
|
||||
// Select Install button
|
||||
// Select Installation button
|
||||
await pluginRow.locator('td').nth(4).locator('button').first().click()
|
||||
await page.waitForTimeout(100)
|
||||
await page.waitForSelector('table tbody')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue