diff --git a/cypress/e2e/layers.cy.ts b/cypress/e2e/layers.cy.ts index 44062402..cf61077d 100644 --- a/cypress/e2e/layers.cy.ts +++ b/cypress/e2e/layers.cy.ts @@ -286,7 +286,7 @@ describe("layers", () => { beforeEach(() => { bgId = createBackground(); when.click("layer-list-item:background:" + bgId); - when.click("spec-field:background-color"); + when.click("spec-field:background-color", 0); }); it("should update style in local storage", () => {