mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-15 05:37:32 +00:00
fix(core): fix flaky e2e (#6559)
This commit is contained in:
@@ -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,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user