remove unneeded 0 by making the key unique

This commit is contained in:
HarelM
2024-01-02 11:44:20 +02:00
parent b74e5d4c74
commit 6650262d26
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -266,7 +266,7 @@ describe("layers", () => {
beforeEach(() => {
bgId = createBackground();
when.click("layer-list-item:background:" + bgId);
when.click("spec-field:background-color", 0);
when.click("spec-field:background-color");
});
it("should update style in local storage", () => {