mirror of
https://github.com/maputnik/editor.git
synced 2026-07-12 17:07:28 +00:00
fix more tests
This commit is contained in:
@@ -286,7 +286,7 @@ describe("layers", () => {
|
|||||||
beforeEach(() => {
|
beforeEach(() => {
|
||||||
bgId = createBackground();
|
bgId = createBackground();
|
||||||
when.click("layer-list-item:background:" + bgId);
|
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", () => {
|
it("should update style in local storage", () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user