🔧 Fix text editor v2 fill e2e test on develop (#10848)

This commit is contained in:
Alejandro Alonso 2026-07-27 13:25:35 +02:00 committed by GitHub
parent 5ce206f904
commit ff16b8bbef
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",