Skip to content

Commit

Permalink
fix: e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
sprocketc authored and logseq-cldwalker committed Jun 20, 2023
1 parent 693f919 commit 096447d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions e2e-tests/whiteboards.spec.ts
Expand Up @@ -444,8 +444,8 @@ test('Create an embedded whiteboard', async ({ page }) => {
const canvas = await page.waitForSelector('.logseq-tldraw')
await canvas.dblclick({
position: {
x: 150,
y: 150,
x: 110,
y: 110,
},
})

Expand Down

0 comments on commit 096447d

Please sign in to comment.