We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Visiting the https://www.mercedes-benz.pt/ or any other their domains gives ESOCKETTIMEDOUT without sending additional header parameters on the visit
`
cy.visit('/' ,{headers: { "accept-encoding": "gzip, deflate, br, zstd", "accept-language": "pt-PT,pt;q=0.9", "sec-fetch-site": "none", "sec-fetch-user": "?1", }}) `
cy.visit('/') should be enough.
config mercedes domain on baseUrl https://www.mercedes-benz.pt
cy.visit('/'),
13.16.1
v18.16.1
Microsoft Windows [Version 10.0.22631.4460]
No response
The text was updated successfully, but these errors were encountered:
This issue was also discussed in https://discord.com/channels/755913899261296641/1317143817094299788 with reference to
Sorry, something went wrong.
No branches or pull requests
Current behavior
Visiting the https://www.mercedes-benz.pt/ or any other their domains gives ESOCKETTIMEDOUT without sending additional header parameters on the visit
`
cy.visit('/'
,{headers: {
"accept-encoding": "gzip, deflate, br, zstd",
"accept-language": "pt-PT,pt;q=0.9",
"sec-fetch-site": "none",
"sec-fetch-user": "?1",
}})
`
Desired behavior
cy.visit('/') should be enough.
Test code to reproduce
config mercedes domain on baseUrl https://www.mercedes-benz.pt
cy.visit('/'),
Cypress Version
13.16.1
Node version
v18.16.1
Operating System
Microsoft Windows [Version 10.0.22631.4460]
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: