https://cypress.io logo
no nothing - that's all i get from cypress, and th...
# e2e-testing
b
no nothing - that's all i get from cypress, and this timeout:
Copy code
CypressError: Timed out after waiting `60000ms` for your remote page to load.
Your page did not fire its `load` event within `60000ms`.
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.
      at timedOutWaitingForPageLoad (https://sandbox.myapp.com/__cypress/runner/cypress_runner.js:140945:74)
      at <unknown> (https://sandbox.myapp.com/__cypress/runner/cypress_runner.js:141377:16)
      at tryCatcher (https://sandbox.myapp.com/__cypress/runner/cypress_runner.js:11318:23)
      at <unknown> (https://sandbox.myapp.com/__cypress/runner/cypress_runner.js:6440:41)
      at tryCatcher (https://sandbox.myapp.com/__cypress/runner/cypress_runner.js:11318:23)
(there's a bit more stacktrace below this, starts in bluebird)