You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The baseUrl feature is appending a slash to the baseUrl, which can cause some websites to disconnect or fail to fire their load event.
Desired behavior
cy.visit('/') should take the user to the baseUrl, not https//baseUrl.com/
Test code to reproduce
Code is company intellectual property. To check this behavior, run any local virtualized server and attempt to visit it using baseUrl and cy.visit('/'). Check your browsers dev console or cypress debug log, and if the issue has been successfully recreated, the site visited will not be baseUrl, but will instead have a slash character appended to the end.
Cypress Version
13.12.0
Node version
20.13.0
Operating System
Windows 11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered:
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided.
Current behavior
The baseUrl feature is appending a slash to the baseUrl, which can cause some websites to disconnect or fail to fire their load event.
Desired behavior
cy.visit('/') should take the user to the baseUrl, not https//baseUrl.com/
Test code to reproduce
Code is company intellectual property. To check this behavior, run any local virtualized server and attempt to visit it using baseUrl and cy.visit('/'). Check your browsers dev console or cypress debug log, and if the issue has been successfully recreated, the site visited will not be baseUrl, but will instead have a slash character appended to the end.
Cypress Version
13.12.0
Node version
20.13.0
Operating System
Windows 11
Debug Logs
No response
Other
No response
The text was updated successfully, but these errors were encountered: