Skip to content

Commit

Permalink
docs: Fix typo on skipFailures example (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: iainrex <iain.rex@ao.com>
  • Loading branch information
rollsknowles and iainrex authored Jan 4, 2022
1 parent 23a8845 commit 3a9d529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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);
})


Expand Down

0 comments on commit 3a9d529

Please sign in to comment.