diff --git a/testing/cypress/e2e/externalLinks/external-links-validator.cy.js b/testing/cypress/e2e/externalLinks/external-links-validator.cy.js index d02e9314a..cc07c6a85 100644 --- a/testing/cypress/e2e/externalLinks/external-links-validator.cy.js +++ b/testing/cypress/e2e/externalLinks/external-links-validator.cy.js @@ -7,6 +7,7 @@ const excludedLinks = [ 'https://voterregistration.ct.gov/OLVR/welcome.do?ref=voteusa_es', 'https://voterregistration.ct.gov/OLVR/welcome.do', 'https://www.ncsl.org/elections-and-campaigns/voter-id#toggleContent-15991', + 'https://www.fcc.gov/trs' ]; describe("External Link Validator Test", () => { @@ -55,4 +56,4 @@ describe("External Link Validator Test", () => { } ); }); -}); \ No newline at end of file +});