mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
fix(test): e2e fail due to whiteboards zoom test
This commit is contained in:
@@ -105,7 +105,7 @@ test('zoom out', async ({ page }) => {
|
||||
await page.keyboard.press('Shift+0')
|
||||
await page.waitForTimeout(1000)
|
||||
await page.click('#tl-zoom-out')
|
||||
await expect(page.locator('#tl-zoom')).toContainText('100%')
|
||||
await expect(page.locator('#tl-zoom')).toContainText('80%')
|
||||
})
|
||||
|
||||
test('open context menu', async ({ page }) => {
|
||||
|
||||
Reference in New Issue
Block a user