mirror of
https://github.com/maputnik/editor.git
synced 2026-09-11 06:47:25 +00:00
review comments
This commit is contained in:
@@ -5,7 +5,7 @@ describe("modals", () => {
|
||||
beforeAndAfter();
|
||||
|
||||
beforeEach(() => {
|
||||
when.visit("/");
|
||||
when.setStyle("");
|
||||
});
|
||||
describe("open", () => {
|
||||
beforeEach(() => {
|
||||
@@ -51,7 +51,7 @@ describe("modals", () => {
|
||||
when.click("nav:export");
|
||||
});
|
||||
|
||||
it.skip("close", () => {
|
||||
it("close", () => {
|
||||
when.modal.close("modal:export");
|
||||
then(get.elementByTestId("modal:export")).shouldNotExist();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user