test: increase retries times to 3 (#1763)

This commit is contained in:
Himself65
2023-03-30 21:00:19 -05:00
committed by GitHub
parent c55d61a641
commit bd67554f5e
3 changed files with 3 additions and 2 deletions

View File

@@ -20,6 +20,7 @@ test.describe('Change Theme', () => {
);
expect(themeMode).toBe('light');
await page.waitForTimeout(50);
const rightMenu = page.getByTestId('editor-option-menu');
const rightMenuBox = await rightMenu.boundingBox();
const lightButton = page.getByTestId('change-theme-light');