From 055d35f4b813c98be89ff31787f5a28697979cbc Mon Sep 17 00:00:00 2001 From: shelly_goldblit Date: Sun, 31 Dec 2023 17:47:27 +0200 Subject: [PATCH] fix more tests --- cypress/e2e/layers.cy.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", () => {