From f5136b10c5fc5657716ea7dc843c59ac926d9a23 Mon Sep 17 00:00:00 2001 From: Alex Gibson Date: Fri, 6 Sep 2024 05:44:12 +0100 Subject: [PATCH] Add Firefox campaign URLs to a11y checker (#15077) --- tests/playwright/specs/a11y/includes/urls.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/playwright/specs/a11y/includes/urls.js b/tests/playwright/specs/a11y/includes/urls.js index af376257b1..582f4881f8 100644 --- a/tests/playwright/specs/a11y/includes/urls.js +++ b/tests/playwright/specs/a11y/includes/urls.js @@ -11,12 +11,15 @@ * Pages will be scanned at both desktop and mobile resolutions. */ const pageTestURLs = [ + '/de/firefox/built-for-you/', + '/de/firefox/challenge-the-default/', '/en-US/', '/en-US/about/', '/en-US/firefox/', '/en-US/firefox/all/', '/en-US/firefox/channel/desktop/', '/en-US/firefox/new/', + '/en-US/firefox/nothing-personal/', '/en-US/products/', '/en-US/products/vpn/' ];