This repository has been archived by the owner on Mar 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 78
Click spy does not work when running all tests together #4
Labels
Comments
Any process? |
+1 No progress? |
Let me add to my current analysis: "Click", can only worked once, if you put the "click" component in the first test. After that, it sort-of dissappear on every test |
Update: Click worked once for the first mount, but would not worked if there is any second mount |
this is solved easily by reverting this 65b54ba#diff-6d186b954a58d5bb740f73d84fe39073 Is there any reason why it was removed? |
Nevermind it isn't solved
|
The same situation |
Running all specs together is not supported, but v4 should have fixed clicking issues. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
In project https://github.com/bahmutov/calculator/tree/cypress-test when running ALL tests together, the click spy on the Button does not work if executing after App spec tests.
Works when running Button tests by itself.
The text was updated successfully, but these errors were encountered: