Skip to content

Commit

Permalink
DEV: attempts to ensure composer is closed after test
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux committed May 15, 2020
1 parent 24357ea commit a093042
Showing 1 changed file with 4 additions and 0 deletions.
Expand Up @@ -15,6 +15,8 @@ test("replying to a post", async assert => {
popupMenu.rowByValue("insertEvent").exists(),
"it doesn’t show the option"
);

await click(".save-or-cancel .cancel");
});

test("edit the op", async assert => {
Expand All @@ -30,4 +32,6 @@ test("edit the op", async assert => {
popupMenu.rowByValue("insertEvent").exists(),
"it shows the option"
);

await click(".save-or-cancel .cancel");
});

0 comments on commit a093042

Please sign in to comment.