diff --git a/cypress/e2e/specialFeatures/cookieBanner/index.cy.js b/cypress/e2e/specialFeatures/cookieBanner/index.cy.js index 5b952825659..4c7c793e1f3 100644 --- a/cypress/e2e/specialFeatures/cookieBanner/index.cy.js +++ b/cypress/e2e/specialFeatures/cookieBanner/index.cy.js @@ -39,7 +39,7 @@ const getPaths = service => ); const pageType = 'all'; -const urlsToExcludeFromAmpTests = ['_tv', '_radio']; +const urlsToExcludeFromAmpTests = ['_tv', '_radio', '/20']; Object.keys(config) .filter(service => serviceFilter(service))