Skip to content

Commit

Permalink
DSW-2418: updates legacy cookie banner test
Browse files Browse the repository at this point in the history
  • Loading branch information
dandel10n committed Sep 11, 2024
1 parent 6509308 commit 7bf5362
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ describe('Legacy - f-cookie-banner component tests', () => {
});

const tests = [
{ locale: 'en-AU', expectedCookiePolicyUrl: 'au/info/privacy-policy#cookies_policy' },
{ locale: 'en-NZ', expectedCookiePolicyUrl: 'nz/info/privacy-policy#cookies_policy' }
{ locale: 'en-AU', expectedCookiePolicyUrl: 'https://www.menulog.com.au/privacy-policy#cookies_policy' }
];

tests.forEach(({ locale, expectedCookiePolicyUrl }) => {
Expand Down

0 comments on commit 7bf5362

Please sign in to comment.