Skip to content

Commit

Permalink
Recover commented out test
Browse files Browse the repository at this point in the history
  • Loading branch information
HarelM committed Dec 26, 2023
1 parent f60d0ca commit ac086ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions cypress/e2e/layers.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,15 @@ describe("layers", () => {
},
]
);

// AND RESET!
when.typeKeys("{backspace}", "min-zoom.input-text");
when.click("max-zoom.input-text");

should.equalStyleStore((a: any) => a.layers, [{
"id": 'background:'+bgId,
"type": 'background'
}]);
});

it("max-zoom", () => {
Expand Down

0 comments on commit ac086ed

Please sign in to comment.