Cy.visit will not work when the url is having # and exits from test please provide the workaround #24989
Unanswered
shobhag980
asked this question in
Questions and Help
Replies: 1 comment 1 reply
-
and also if i try with cypres version less then 10 i am getting error Error: EISDIR: illegal operation on a directory, |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
cy.visit is not working when your url is having '#' it breaks the test while loading and exits you from test. saying"you seem to have gotten lost try one of the links instead" again if you navigate to your specrunner and execute your test same thing happens when i tried same with selenium i was able to load the page. cypress is not able to open the page
i tried location.hash, cypress wait until function and many other solutions provided through communities but nothing worked in my case
Beta Was this translation helpful? Give feedback.
All reactions