Skip to content

Commit

Permalink
adjusting url for login
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisfpcc committed Jan 12, 2024
1 parent 7e84205 commit 7311531
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cypress/e2e/core_suite_master.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,10 @@ describe('log in/out', () => {
cy.visit(`${Cypress.env('baseUrl')}`)
cy.contains('Sign in').click()
cy.origin('https://fpcc-dev.auth.ca-central-1.amazoncognito.com', () => {
cy.url().should(
'match',
'https://fpcc-dev.auth.ca-central-1.amazoncognito.com',
)
cy.contains('Sign in with your email and password', {
timeout: 10000,
}).should('exist')
Expand Down

0 comments on commit 7311531

Please sign in to comment.