Skip to content

Commit

Permalink
Merge pull request #12042 from bbc/stop-tc2-map-urls-on-cookie-banner…
Browse files Browse the repository at this point in the history
…-tests

Stop TC2 MAPs URLs being tested for AMP Cookie banner tests
  • Loading branch information
LilyL0u authored Oct 10, 2024
2 parents 88a3f2f + b6bf754 commit 24674f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/specialFeatures/cookieBanner/index.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -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))
Expand Down

0 comments on commit 24674f1

Please sign in to comment.