Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
sam committed Feb 25, 2024
1 parent ccda826 commit a4c809b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions cypress/e2e/keycloak/admin/admin1_can_login.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ describe('admin1 can login', function () {
// submit
cy.get('#kc-login').click()

cy.location().then((location) => {
if (location !== null && location.origin === keycloakUrl) {
cy.get('#kc-login').click()
} else {
cy.log("not asked for access to user data")
}
})
// cy.location().then((location) => {
// if (location !== null && location.origin === keycloakUrl) {
// cy.get('#kc-login').click()
// } else {
// cy.log("not asked for access to user data")
// }
// })
})

cy.log('home page banner contains "admin"')
Expand Down

0 comments on commit a4c809b

Please sign in to comment.