Skip to content

Commit

Permalink
Revert "make a test fail"
Browse files Browse the repository at this point in the history
This reverts commit 166624d.
  • Loading branch information
jennifer-shehane committed Nov 1, 2024
1 parent 166624d commit 1f05267
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/driver/cypress/e2e/commands/actions/click.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,6 @@ 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 1f05267

Please sign in to comment.