-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Tests" button fails to take user back to specs list #5948
Comments
@jennifer-shehane Ah shoot, I completely forgot to mention what browser I was using. Silly me. :( Well then, Chrome 79 is also affected (this is the one I am using), can't really say how it looks on older versions though. |
Same in Firefox 75 |
I traced through the code to find that clicking on the button eventually goes to call I think this is likely due to the Electron upgrade that was done in 3.8.0, but would have to dig deeper on why us calling the focus on the Electron Desktop-GUI window is not focusing the window. #5849 |
The code for this is done in cypress-io/cypress#7425, but has yet to be released. |
Released in This comment thread has been locked. If you are still experiencing this issue after upgrading to |
Current behavior:
Clicking "< Tests" button does nothing, only plays animation showing that the button was clicked.
Desired behavior:
User is taken back to the tests/specs list in the Cypress UI.
Steps to reproduce: (app code and test code)
App and test code not included, you can test it with basically anything you want.
Additional information
Console doesn't seem to be returning any error or anything. Typical regression for me.
Media
https://streamable.com/ocfhs
Versions
Introduced in Cypress 3.8.0. I'm using macOS Catalina 10.15.1. Worked fine on Cypress 3.7.0.
The text was updated successfully, but these errors were encountered: