chore: update preloading page (#2409)

This commit is contained in:
JimmFly
2023-05-17 17:16:07 +08:00
committed by GitHub
parent 2e0ccb53ec
commit 50196d8fde
3 changed files with 51 additions and 2 deletions

View File

@@ -38,7 +38,7 @@ test('enable public workspace', async ({ page, context }) => {
await page2.waitForSelector('thead', {
timeout: 10000,
});
await page2.getByText('Welcome to AFFiNE').click();
await page2.getByText('AFFiNE - not just a note taking app').click();
});
test('access public workspace page', async ({ page, browser }) => {