Closed bahmutov closed 2 years ago
it.only('yields the IF subject', () => { cy.wrap(1) .if('equal', 1) .then(() => 101) .else() .then(() => -1) .finally() .should('equal', 101) })
Skips the finally and should assertion
finally
should
:tada: This issue has been resolved in version 1.5.1 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
Skips the
finally
andshould
assertion