review comments

This commit is contained in:
shelly_goldblit
2024-01-01 15:53:15 +02:00
parent 13336bf2af
commit 1d938b5a8b
4 changed files with 16 additions and 23 deletions
+2 -2
View File
@@ -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();
});