Skip to content

Commit

Permalink
fix(test): e2e fail due to whiteboards zoom test
Browse files Browse the repository at this point in the history
  • Loading branch information
andelf committed Jan 12, 2023
1 parent 0480983 commit 192459a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/whiteboards.spec.ts
Expand Up @@ -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 }) => {
Expand Down

0 comments on commit 192459a

Please sign in to comment.