mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-24 13:32:18 +03:00
fix: flaky when drag workspace list (#2724)
This commit is contained in:
parent
05b73a59be
commit
05288be934
@ -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);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user