Skip to content

Commit

Permalink
add wait
Browse files Browse the repository at this point in the history
  • Loading branch information
jpelay committed Dec 2, 2024
1 parent a277267 commit 533bc98
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/cypress/e2e/tools/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export function login(username, password) {
cy.getDataCy('password').type(password);
cy.getDataCy('login_button').click();
cy.wait('@login');
cy.wait(250)
}

export function logout()
Expand Down

0 comments on commit 533bc98

Please sign in to comment.