mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-12-26 18:24:32 +03:00
fix(core): fix flaky e2e (#6559)
This commit is contained in:
parent
1a3d1a5421
commit
8bb597d7ad
@ -8,7 +8,7 @@ interface CreateWorkspaceParams {
|
||||
}
|
||||
|
||||
export async function openWorkspaceListModal(page: Page) {
|
||||
await page.getByTestId('workspace-name').click({
|
||||
await page.getByTestId('app-sidebar').getByTestId('workspace-name').click({
|
||||
delay: 50,
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user