From 149433b8d07dcf3122cf79b3452bec83c2c8b763 Mon Sep 17 00:00:00 2001 From: yoyoyohamapi <8338436+yoyoyohamapi@users.noreply.github.com> Date: Fri, 11 Apr 2025 05:26:27 +0000 Subject: [PATCH] fix(core): cannot focus inside shape in test (#11630) --- tests/affine-cloud-copilot/e2e/utils/editor-utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/affine-cloud-copilot/e2e/utils/editor-utils.ts b/tests/affine-cloud-copilot/e2e/utils/editor-utils.ts index 9bf1ac76cd..081d41cc6d 100644 --- a/tests/affine-cloud-copilot/e2e/utils/editor-utils.ts +++ b/tests/affine-cloud-copilot/e2e/utils/editor-utils.ts @@ -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);