getting error as Cypress Error: Timed out after waiting 120000ms
for your remote page to load.
Your page did not fire its load
event within 120000ms
.
You can try increasing the pageLoadTimeout
value in cypress.config.js
to wait longer.
Browsers will not fire the load
event until all stylesheets and scripts are done downloading.
When this load
event occurs, Cypress will continue running commands.
This error occurred while creating the session. Because the session setup failed, we failed the test.
Rathod P is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.