mirror of
https://github.com/penpot/penpot.git
synced 2026-07-28 00:48:22 +00:00
🔧 Fix text editor v2 fill e2e test on develop (#10848)
This commit is contained in:
parent
5ce206f904
commit
ff16b8bbef
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user