cypress-io / cypress-example-recipes

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

Updates for 13.0 changes around video #833

Closed jennifer-shehane closed 1 year ago

jennifer-shehane commented 1 year ago

As part of 13.0, we will be turning off video by default. This PR updates a couple of examples in the recipes so that they will function properly when video is turned off by default.

This PR DOES NOT REQUIRE changes from 13.0 branch in order to merge. It can be merged anytime.