fix: flaky when drag workspace list (#2724)

This commit is contained in:
Himself65 2023-06-08 11:51:02 +08:00 committed by GitHub
parent 05b73a59be
commit 05288be934
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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