Mike McCready
Mike McCready
The website https://www.saucedemo.com/ is deployed from the source repo https://github.com/saucelabs/sample-app-web to https://saucelabs.github.io/sample-app-web/.
This issue is mentioned on https://filiphric.com/how-to-wait-for-page-to-load-in-cypress together with a resolution:  I was not able to get this to work, but perhaps this hint may help in some way?
@sumabala9 > can you check and let me know if am doing anything mistake here Sorry for any confusion! I was also not able to get the workaround to solve...
@omartaghlabi This issue is about the site https://www.saucedemo.com/ producing the error message > Timed out after waiting `60000ms` for your remote page to load. You have a different error message,...
@sweikenb Many thanks for describing the reason for your problem and how you solved it! 👍🏻 It is a different root cause than the one in this issue, however, as...
- This issue may be addressed by PR https://github.com/cypress-io/cypress/pull/28377 from @emilyrohrbough (currently in long-term draft state).
@SageZheng I tested the example repository https://github.com/cypress-io/cypress-example-kitchensink using your configuration, and everything worked as expected. Perhaps you would also like to try this? Clone https://github.com/cypress-io/cypress-example-kitchensink (or you can fork and...
@SageZheng > Your example is good. Did I understand you correctly that the example https://github.com/cypress-io/cypress-example-kitchensink works for you? In that case there would be two explanations for your problem: 1....
@SageZheng If I understood you correctly it doesn't sound like you think there is a bug in Cypress. You say that you are learning and can use another machine. In...
@SimonGiraudMVMS You wrote that you are using Node.js `6.9.0`. Could you double-check with `node -v`? The lowest supported version of Node.js according to the [Release Schedule](https://github.com/nodejs/release#release-schedule) is Node.js `16`. Have...