Skip to content

Commit

Permalink
add deliberate error to spec a
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeMcC399 committed Oct 31, 2024
1 parent a94f78b commit f2bfdec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/recording/cypress/e2e/spec-a.cy.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
it('spec-A works', () => {
expect(42).to.equal(21 + 21)
cy.visit('https://example.cypress.io').wait(2000)
assert.fail('This is a deliberate error')
})

0 comments on commit f2bfdec

Please sign in to comment.