Not able to open an page, getting 404 not found #27287
Unanswered
naveensivakumar013
asked this question in
Questions and Help
Replies: 0 comments
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.
-
Hi , Below is the scenario that I am trying to achieve, but that is not working when automating via cypress. But it is working fine wile performing manually.
Manual behaviour
Cypress behavior
On the above steps, we are sure that it is not due to multiple redirection, because if we run the same script without admin, it will land into the home page without any error.
When we are analysing, we noticed that one difference from home page and admin page. In home page there is no Iframe, but in admin page, we noticed that entire page itself is in the iframe including source. We are not sure, whether that is the root cause for that issue. Can anyone help on this to resolve this issue?
Beta Was this translation helpful? Give feedback.
All reactions