-
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
Unexpected wrong address in the address bar #2179
Comments
Hi @Rende11, I am not able to reproduce the issue you are having with the code provided. Could you specify:
|
Hi all, I have the similar issue, and in my case I assume the problem is with corporate proxy.
Rende11 are you behind corporate proxy too? |
If you are behind a corporate proxy, we recommend trying some of our workarounds detailed here: #1469 |
May be It related to my VPN. #1469 doesn't helps electron has another issue - after several steps in test: |
@jennifer-shehane, thanks I will try @sembel how u run it in chromium? hm, this thread is not updated... I don't see the message from email notification. After this, chromium will be in dropdown menu in cypress window and command line will accept --browser chromium |
In my case removing "system" value from HKLM\Software\Policies\Google\Chrome:ProxyMode resolved the problem. |
Hi, I have a similar issue my self. Actually I wrote a post on stackoverflow (https://stackoverflow.com/questions/52168486/can%c2%b4t-open-an-internal-page-in-cypress-chrome) but since I don't get any answers there I try here as well. We have an cypress issue that is similar to the issue described in "#850". The reason for why I am creating a new post is that I have done some changes in the environment which makes this work but only after the first fail and then manually click on the failing URL. Test1:
Test2:
This is the reason why I post this new message. I want to ask if there is a way to get Cypress to open the page automatically via |
The original issue was never completely verified, but as some commenters had success after editing their proxy settings, I will assume this will be fixed with our upcoming 3.3.0 release of improved proxy support. #3531 Please comment or open a new issue if this is not the case. |
Current behavior:
Visiting url add in Chrome address bar which breaks test
Desired behavior:
Visiting url opens in Cypress test address bar
Steps to reproduce:
My test-case
Versions
Cypress 3.0.2
The text was updated successfully, but these errors were encountered: