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 himself65
parent 6dbdc611d5
commit 278ba2eae7
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 }) => {