diff --git a/.github/dependabot.yml b/.github/dependabot.yml index dba126e80..e988a7461 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,19 +5,6 @@ version: 2 updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'weekly' - day: 'sunday' - labels: - - 'dependencies' - - 'javascript' - groups: - cmp-app: - update-types: - - 'minor' - - 'patch' - package-ecosystem: 'npm' directory: '/cdk' schedule: diff --git a/cypress/e2e/sourcepoint-tcfv2.cy.js b/cypress/e2e/sourcepoint-tcfv2.cy.js index a491a2d3d..6c8916236 100644 --- a/cypress/e2e/sourcepoint-tcfv2.cy.js +++ b/cypress/e2e/sourcepoint-tcfv2.cy.js @@ -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);