fix: e2e test

This commit is contained in:
Konstantinos Kaloutas
2023-06-14 18:34:30 +03:00
committed by Gabriel Horner
parent 693f919efa
commit 096447db48

View File

@@ -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,
},
})