From d6df8a7c09aa7b84ab0e2121f4e8c5f227673909 Mon Sep 17 00:00:00 2001 From: Christian Medders - Bixal <88721460+clmedders@users.noreply.github.com> Date: Thu, 2 May 2024 09:28:16 -0400 Subject: [PATCH] Update to external links test (#995) --- cypress/e2e/externalLinks/external-links-valdator.cy.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress/e2e/externalLinks/external-links-valdator.cy.js b/cypress/e2e/externalLinks/external-links-valdator.cy.js index c906614b1..62d374bd1 100644 --- a/cypress/e2e/externalLinks/external-links-valdator.cy.js +++ b/cypress/e2e/externalLinks/external-links-valdator.cy.js @@ -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 ];