From b6bf754981998eff5cb0e2de88d0891e4cbaef0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9CLilyL0u=E2=80=9D?= Date: Thu, 10 Oct 2024 11:44:50 +0100 Subject: [PATCH] add substring to urlsToExcludeFromAmpTests --- cypress/e2e/specialFeatures/cookieBanner/index.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))