Skip to content

Commit

Permalink
:p: Improve tests stability
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnjack committed Feb 15, 2020
1 parent 6e89b8b commit 5237b39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend/cypress/support/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,6 @@
Cypress.Commands.add("login", (password="admin")=>{
cy.get("input#password").type(password);
cy.get("form").submit();
// FF: Allow browser to login
cy.wait(100);
});

0 comments on commit 5237b39

Please sign in to comment.