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

Commit

Permalink
Update to external links test (#995)
Browse files Browse the repository at this point in the history
  • Loading branch information
clmedders authored May 2, 2024
1 parent 0c1778b commit d6df8a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cypress/e2e/externalLinks/external-links-valdator.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ const excludedlinks = [
'https://voterregistration.ct.gov/OLVR/welcome.do?ref=voteusa_es',
'https://voterregistration.ct.gov/OLVR/welcome.do?ref=voteusa_en',
// the above link will throw error code "read ECONNRESET" this will not pass through cypress test and has been checked manually
'https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1',
'https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1?ref=voteusa_en',
'https://voterservices.elections.maryland.gov/OnlineVoterRegistration/InstructionsStep1?ref=voteusa_es'
// maryland has online reg closed... link will be active again on May 27th
];

Expand Down

0 comments on commit d6df8a7

Please sign in to comment.