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

Update to external links test #995

Merged
merged 1 commit into from
May 2, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading