test: fix flaky on local-first-workspace-list.spec.ts (#2727)

(cherry picked from commit 27b14af388)
This commit is contained in:
Himself65
2023-06-08 16:18:10 +08:00
committed by Alex Yang
parent cc1315ef12
commit c4e9544b3f
5 changed files with 30 additions and 30 deletions
@@ -38,7 +38,7 @@ test('enable public workspace', async ({ page, context }) => {
await page2.waitForSelector('thead', {
timeout: 10000,
});
await page2.getByText('AFFiNE - not just a note taking app').click();
await page2.getByText('Untitled').click();
});
test('access public workspace page', async ({ page, browser }) => {