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

Commit

Permalink
Merge pull request #856 from usagov/staging
Browse files Browse the repository at this point in the history
Sprint 34 release addition: STAGING and MASTER
  • Loading branch information
rayestrada authored Jun 7, 2023
2 parents 6f56330 + 047ed6d commit c82978b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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", () => {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down
4 changes: 3 additions & 1 deletion cypress/fixtures/excluded-links-english.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

]
4 changes: 3 additions & 1 deletion cypress/fixtures/excluded-links-spanish.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"

]

0 comments on commit c82978b

Please sign in to comment.