(page load)--waiting for new page to load-- #32974
Replies: 1 comment
-
|
The page between the https pages it http, how I missed that T.T |
Beta Was this translation helpful? Give feedback.
0 replies
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Good Afternoon guys,
I am facing an issue while submitting the form for the second time (the first time the issue got resolved by itself).
Whenever I am sending a form via automated clicks on Cypress the actions get stuck at (Please check attachment 1).
click
(form sub)--submitting form--
(page load)--waiting for new page to load--
And at the end I received the 60s waiting error.
I already checked previous discussions, the next page is https, I forced the click, I clicked the form via JS and not cypress and not working.
I can manyally click when the test stops, but it skips the confirmation page of the account created, which I don't understand why it does that.
The project si this:
https://github.com/DavidOCuxart/ShopProject.git
I am kinda studying first project I do in Cypress, It should not be problem of my code.
Btw, regarding the .each
cy.get("div.pull-right input").each((ele) => {
cy.wrap(ele).click()
})
I also tried to do it individually but still not working.
This is my whole code:

Code
PageObject

Anyone can help me with that?
Kind Regards,
Beta Was this translation helpful? Give feedback.
All reactions