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
I'm working in a Cypress test suite and I wanted to use the Page interaction to check the URL. I tried the Page interaction but it doesn't seem to have any way to access the URL.
Cypress provides an API for interaction with the URL via cy.url. Do we want to have our own mechanism for doing this or should we rely on Cypress' API?
The text was updated successfully, but these errors were encountered:
I'm working in a Cypress test suite and I wanted to use the Page interaction to check the URL. I tried the Page interaction but it doesn't seem to have any way to access the URL.
Cypress provides an API for interaction with the URL via
cy.url
. Do we want to have our own mechanism for doing this or should we rely on Cypress' API?The text was updated successfully, but these errors were encountered: