-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
Chrome 72 loads my UI instead of cypress UI #3252
Comments
Hey @fr0 can you try this workaround for Chrome 72? #1872 (comment) This fix will be released shortly in 3.1.5. |
Thanks for the response - I just tried the workaround and it does work. |
The workaround fixes the main issue but I noticed one other thing that still occurs with the workaround: if the test log gets too long, the scrollbar appears for the entire page instead of just the test log. This has the weird side effect of scrolling my app off the screen, and then when cypress tries to scroll an element in view, it seems like it's fighting with myself. I'll see if I can take screenshots to illustrate what I mean. |
If this is just an issue that occurs with the workaround and not with 3.1.5 then it's not worth worrying about, but I thought I'd report it anyway. |
@fr0 Yes, this is a new bug. I will open a new issue. |
Thank you! I appreciate your hard work! |
Current behavior:
On Chrome 72, running tests with
cypress open
launches the browser, and then goes straight to my URL (http://localhost:4200
) instead of opening cypress's page and then loading my page in an iframe.Even weirder, it appends Cypress's location to my baseUrl (e.g.
__/#/tests/integration\config\edit.spec.ts
).Things work as expected if I choose electron instead.
FYI, Chrome 72 was just released yesterday,
Versions
Cypress 3.1.4, Windows 10
The text was updated successfully, but these errors were encountered: