diff --git a/cypress/e2e/externalLinks/english-external-links-validator.cy.js b/cypress/e2e/externalLinks/english-external-links-validator.cy.js index f40edc9c1..feb417f7c 100644 --- a/cypress/e2e/externalLinks/english-external-links-validator.cy.js +++ b/cypress/e2e/externalLinks/english-external-links-validator.cy.js @@ -17,10 +17,13 @@ const excludedlinks = [ 'https://vote.sos.ri.gov/Home/UpdateVoterRecord?ActiveFlag=0&?ref=voteusa_en', 'https://my.arizona.vote/WhereToVote.aspx?s=individual&?ref=voteusa_en', 'https://sosmt.gov/elections/vote/?ref=voteusa_en', + 'https://www.vivote.gov/voters/register-to-vote/?ref=voteusa_en', + 'https://www.vivote.gov/voters/voter-lookup/?ref=voteusa_en', // sc links 'https://vrems.scvotes.sc.gov/Voter/Login?ref=voteusa_en', 'https://scvotes.gov/voters/register-to-vote/?ref=voteusa_en', - 'https://info.scvotes.sc.gov/eng/ovr/start.aspx?ref=voteusa_en', + 'https://info.scvotes.sc.gov/eng/ovr/start.aspx?ref=voteusa_en' + ]; describe("External Link Validator Test", () => { diff --git a/cypress/e2e/externalLinks/spanish-external-links-validator.cy.js b/cypress/e2e/externalLinks/spanish-external-links-validator.cy.js index 1a3bf8acd..022f1ef26 100644 --- a/cypress/e2e/externalLinks/spanish-external-links-validator.cy.js +++ b/cypress/e2e/externalLinks/spanish-external-links-validator.cy.js @@ -16,6 +16,8 @@ const excludedlinks = [ 'https://vote.sos.ri.gov/HomeSpanish/UpdateVoterRecord?ActiveFlag=0&?ref=voteusa_es', 'https://my.arizona.vote/WhereToVote.aspx?s=individual&?ref=voteusa_es', "https://sosmt.gov/elections/vote/?ref=voteusa_es", + 'https://www.vivote.gov/voters/register-to-vote/?ref=voteusa_es', + 'https://www.vivote.gov/voters/voter-lookup/?ref=voteusa_es', // sc links 'https://vrems.scvotes.sc.gov/Voter/Login?ref=voteusa_es', 'https://scvotes.gov/voters/register-to-vote/?ref=voteusa_es', diff --git a/cypress/fixtures/excluded-links-english.json b/cypress/fixtures/excluded-links-english.json index 57ace8726..50296c967 100644 --- a/cypress/fixtures/excluded-links-english.json +++ b/cypress/fixtures/excluded-links-english.json @@ -13,6 +13,8 @@ "https://scvotes.gov/voters/register-to-vote/?ref=voteusa_en", "https://info.scvotes.sc.gov/eng/ovr/start.aspx?ref=voteusa_en", "https://my.arizona.vote/WhereToVote.aspx?s=individual&?ref=voteusa_en", - "https://sosmt.gov/elections/vote/?ref=voteusa_en" + "https://sosmt.gov/elections/vote/?ref=voteusa_en", + "https://www.vivote.gov/voters/register-to-vote/?ref=voteusa_en", + "https://www.vivote.gov/voters/voter-lookup/?ref=voteusa_en" ] \ No newline at end of file diff --git a/cypress/fixtures/excluded-links-spanish.json b/cypress/fixtures/excluded-links-spanish.json index b15286879..7fce38e18 100644 --- a/cypress/fixtures/excluded-links-spanish.json +++ b/cypress/fixtures/excluded-links-spanish.json @@ -12,6 +12,8 @@ "https://scvotes.gov/voters/register-to-vote/?ref=voteusa_es", "https://info.scvotes.sc.gov/eng/ovr/start.aspx?ref=voteusa_es", "https://my.arizona.vote/WhereToVote.aspx?s=individual&?ref=voteusa_es", - "https://sosmt.gov/elections/vote/?ref=voteusa_es" + "https://sosmt.gov/elections/vote/?ref=voteusa_es", + "https://www.vivote.gov/voters/register-to-vote/?ref=voteusa_es", + "https://www.vivote.gov/voters/voter-lookup/?ref=voteusa_es" ] \ No newline at end of file