Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
update failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders committed Jul 23, 2024
1 parent 79fab2b commit 7156672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/tests/state-links.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ describe('Validate links on stage pages', () => {
cy.get('[data-test="main-info"]').find('a').then(regLink => {
cy.get(regLink[0]).should('have.attr', 'href').and('include', 'https://voterregistration.alaska.gov/?ref=voteusa_en')
cy.get(regLink[1]).should('have.attr', 'href').and('include', 'https://www.elections.alaska.gov/Core/voterregistration.php?ref=voteusa_en')
cy.get(regLink[2]).should('have.attr', 'href').and('include', 'https://myvoterinformation.alaska.gov/?ref=voteusa_en')
cy.get(regLink[2]).should('have.attr', 'href').and('include', 'https://myvoterportal.alaska.gov/')
})
cy.get('[data-test="back-button"]').click()
cy.url().should('be.equal', 'http://localhost:1313/')
Expand Down

0 comments on commit 7156672

Please sign in to comment.