Skip to content

Commit

Permalink
Update sourcepoint-tcfv2.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
akinsola-guardian committed May 7, 2024
1 parent 9c029c9 commit f285bfb
Showing 1 changed file with 1 addition and 1 deletion.
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 f285bfb

@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 f285bfb

Please sign in to comment.