Added retry mechanism.

This commit is contained in:
SamTV12345 2024-03-10 22:17:54 +01:00
parent d37a65eabc
commit 4efe667396
2 changed files with 13 additions and 2 deletions

View file

@ -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')