From ff16b8bbef6f23d6777279ebf449a254a32f5162 Mon Sep 17 00:00:00 2001 From: Alejandro Alonso Date: Mon, 27 Jul 2026 13:25:35 +0200 Subject: [PATCH] :wrench: Fix text editor v2 fill e2e test on develop (#10848) --- frontend/playwright/ui/specs/text-editor-v2.spec.js | 1 - 1 file changed, 1 deletion(-) diff --git a/frontend/playwright/ui/specs/text-editor-v2.spec.js b/frontend/playwright/ui/specs/text-editor-v2.spec.js index 2219a4ea8c..a58c71dba4 100644 --- a/frontend/playwright/ui/specs/text-editor-v2.spec.js +++ b/frontend/playwright/ui/specs/text-editor-v2.spec.js @@ -344,7 +344,6 @@ test("Preserves empty fill after editing text without changes", async ({ page }) await workspace.createTextShape(190, 150, 300, 200, initialText); await workspace.textEditor.stopEditing(); - await workspace.page.getByRole('button', { name: 'Fill', exact: true }).click(); const fillColorButton = workspace.page.getByRole("button", { name: "#000000",