cypress-io / cypress-example-recipes

Various recipes for testing common scenarios with Cypress
https://on.cypress.io/examples
3.42k stars 1.34k forks source link

test: updating a few failing recipes #793

Closed tbiethman closed 2 years ago

tbiethman commented 2 years ago

The public https://www.cypress.io/ site has changed a bit, and tests that were reliant on its markup fell out of date. Those tests were updated.

The site also has a few React exceptions related to state hydration; they don't seem to have a functional impact on the site, but Cypress was failing to visit based on them. So I'm ignoring uncaught exceptions for those visits until the error is corrected.