mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-26 02:51:57 +03:00
test: fix flaky (#4463)
This commit is contained in:
parent
2da6702991
commit
bd0ed7f474
@ -221,7 +221,7 @@ test.describe('collaboration members', () => {
|
||||
await openSettingModal(page);
|
||||
await openWorkspaceSettingPanel(page, 'test');
|
||||
|
||||
await page.waitForTimeout(100);
|
||||
await page.waitForTimeout(1000);
|
||||
|
||||
const firstPageMemberItemCount = await page
|
||||
.locator('[data-testid="member-item"]')
|
||||
|
Loading…
Reference in New Issue
Block a user