mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
fix: e2e test
This commit is contained in:
committed by
Gabriel Horner
parent
693f919efa
commit
096447db48
@@ -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,
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user