Skip to content

Commit

Permalink
Change cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
cugu committed Feb 5, 2023
1 parent 3216529 commit ff33845
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/cypress/support/e2e.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Cypress.Commands.add('login', (options = {}) => {
cy.get("#kc-login").click();
} else if (Cypress.env('AUTH') === 'authelia') {
cy.contains("Login with OIDC").should('be.visible').click();
cy.get("#username-textfield").should('be.visible').type("bob");
cy.get("#username-textfield").should('be.visible').type("bob@example.com");
cy.get("#password-textfield").type("bob");
cy.get("#sign-in-button").click();
cy.get("#accept-button").should('be.visible').click();
Expand Down

0 comments on commit ff33845

Please sign in to comment.