Skip to content

Commit

Permalink
Update functional tests
Browse files Browse the repository at this point in the history
  • Loading branch information
paulgain committed Aug 8, 2024
1 parent cf05a91 commit 55e6d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/cypress/specs/export-win/review-spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ const assertCookieBanner = (shouldExist) => {
const asertion = shouldExist ? 'exist' : 'not.exist'
cy.contains('h2', 'Cookies').should(asertion)
cy.contains(
'We’d like to use analytics cookies so we can understand how you use the Design System and make improvements.'
'We’d like to use analytics cookies so we can understand how you use Export Wins and make improvements.'
).should(asertion)
cy.contains(
'We also use essential cookies to remember if you’ve accepted analytics cookies.'
Expand Down

0 comments on commit 55e6d06

Please sign in to comment.