Skip to content

Commit

Permalink
test fix attempt
Browse files Browse the repository at this point in the history
  • Loading branch information
Szelethus committed Mar 12, 2024
1 parent 5c98765 commit db9455c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/server/vue-cli/e2e/specs/reports.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,9 @@ module.exports = {
reportPage.expect.element("@overlay").to.be.visible.before(5000);

dateDialog
.pause(100)
.click("@date")
.pause(100)
.click("@ok");

reportPage.expect.element("@overlay").to.not.be.present.before(5000);
Expand Down

0 comments on commit db9455c

Please sign in to comment.