fix: e2e fix

pull/7327/head^2
Peng Xiao 2022-11-14 21:08:07 +08:00 committed by Tienson Qin
parent 02749a4b34
commit d35c6d2b06
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ test('enable whiteboards', async ({ page }) => {
test('create new whiteboard', async ({ page }) => {
await page.click('.nav-header .whiteboard')
await page.click('#tl-create-whiteboard')
await expect(page.locator('.logseq-tldraw')).toHaveCount(1)
await expect(page.locator('.logseq-tldraw')).toBeVisible()
})
test('check if the page contains the onboarding whiteboard', async ({ page }) => {