Skip to content

Commit

Permalink
Remove CMP App group due to package being deprecated. (#985)
Browse files Browse the repository at this point in the history
* Update dependabot.yml

* Update sourcepoint-tcfv2.cy.js
  • Loading branch information
akinsola-guardian committed May 10, 2024
1 parent f554d9b commit 2bbb49a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
13 changes: 0 additions & 13 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion cypress/e2e/sourcepoint-tcfv2.cy.js
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

1 comment on commit 2bbb49a

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 91.04% 254/279
🟢 Branches 81.67% 98/120
🟢 Functions 88.57% 62/70
🟢 Lines 90.74% 245/270

Test suite run success

331 tests passing in 16 suites.

Report generated by 🧪jest coverage report action from 2bbb49a

Please sign in to comment.