fix(core): cannot focus inside shape in test (#11630)

This commit is contained in:
yoyoyohamapi
2025-04-11 05:26:27 +00:00
parent a5ab66d6cd
commit 149433b8d0

View File

@@ -182,7 +182,7 @@ export class EditorUtils {
});
// Insert text inside shape
await page.mouse.dblclick(400, 400);
await page.mouse.dblclick(450, 450);
await page.keyboard.insertText(text);
// Prevent the shape from being dragged
await page.mouse.click(500, 500);