Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tschumpr committed Sep 12, 2024
1 parent 25019ef commit 4884a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Geopilot.Frontend/cypress/e2e/helpers/appHelpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export const login = user => {
() => {
cy.intercept("http://localhost:4011/realms/geopilot/protocol/openid-connect/token").as("token");
cy.visit("/");
cy.wait("@version");
cy.wait("@termsOfUse");
cy.get('[data-cy="logIn-button"]').click();
cy.origin("http://localhost:4011", { args: { user } }, ({ user }) => {
cy.get("#username").type(user);
Expand Down

0 comments on commit 4884a03

Please sign in to comment.