Skip to content

Commit

Permalink
make a test fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Nov 1, 2024
1 parent 2bb2735 commit 166624d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/driver/cypress/e2e/commands/actions/click.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ describe('src/cy/commands/actions/click', () => {
})

context('#click', () => {
it('fails', () => {
expect(true).to.be.false
})

it('receives native click event', (done) => {
const $btn = cy.$$('#button')

Expand Down

0 comments on commit 166624d

Please sign in to comment.