Skip to content

Commit

Permalink
Fix CMP cypress tests (#1409)
Browse files Browse the repository at this point in the history
  • Loading branch information
sndrs committed May 2, 2024
1 parent 92688c7 commit 78b9880
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,6 @@ tsconfig.tsbuildinfo

# storybook build dirs
storybook-static

# cypress stuff
**/cypress/downloads/
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('Document', () => {
});

describe('Interaction', () => {
const buttonTitle = 'Yes, I’m happy';
const buttonTitle = 'Yes, I accept';

it(`should give all consents when clicking "${buttonTitle}"`, () => {
cy.visit(url);
Expand Down

0 comments on commit 78b9880

Please sign in to comment.