mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 04:18:54 +00:00
fix: flaky when drag workspace list (#2724)
This commit is contained in:
@@ -99,7 +99,7 @@ test('create multi workspace in the workspace list', async ({ page }) => {
|
||||
}
|
||||
);
|
||||
await page.mouse.up();
|
||||
await page.waitForTimeout(100);
|
||||
await page.waitForTimeout(1000);
|
||||
await page.reload();
|
||||
await openWorkspaceListModal(page);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user