Closed
Description
Cypress v6.3.0
it('gets into a loop', () => {
cy.wrap('bar')
.should(() => {
cy.wrap('foo')
})
})
Runs away, never finishes
runaway-test.mp4
Example in https://github.com/cypress-io/cypress-test-tiny/tree/runaway