diff --git a/README.md b/README.md index 44ca8c5..913d79a 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ it('Has no a11y violations after button click', () => { it('Only logs a11y violations while allowing the test to pass', () => { // Do not fail the test when there are accessibility failures - cy.checkA11y(null, null, null, {skipFailures: true}); + cy.checkA11y(null, null, null, true); })