mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
test: increase retries times to 3 (#1763)
This commit is contained in:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user