Current behavior:
Any click event in the after block fails if one of the tests in an it block fails.
Desired behavior:
Click events in the after block should succeed even if there are tests that fail.
Steps to reproduce:
I forked the cypress-tiny-test repository and set up a reproducible example in the latest commit.
https://github.com/StanFisher/cypress-test-tiny
Here's the commit containing the failing after block.
https://github.com/StanFisher/cypress-test-tiny/commit/c185242f3fdd30715d16fc44e393e092c30c4d58
Notice that if the failing test is changed to succeed, then the two click events in the after block succeed.
Versions
Cypress 3.1.2
macOS Mojave 10.14.1
Chrome 70.0.3538.102
Current behavior:
Any click event in the after block fails if one of the tests in an it block fails.
Desired behavior:
Click events in the after block should succeed even if there are tests that fail.
Steps to reproduce:
I forked the cypress-tiny-test repository and set up a reproducible example in the latest commit.
https://github.com/StanFisher/cypress-test-tiny
Here's the commit containing the failing after block.
https://github.com/StanFisher/cypress-test-tiny/commit/c185242f3fdd30715d16fc44e393e092c30c4d58
Notice that if the failing test is changed to succeed, then the two click events in the after block succeed.
Versions
Cypress 3.1.2
macOS Mojave 10.14.1
Chrome 70.0.3538.102