fix more tests

This commit is contained in:
shelly_goldblit
2023-12-31 17:47:27 +02:00
parent d4d37e5930
commit 055d35f4b8

View File

@@ -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", () => {