Nanciee / cypress-autorecord

Simplify API mocking by auto-recording/stubbing HTTP interactions and automating the process of updating/deleting mocks.
223 stars 53 forks source link

fix: restore the `clock` in `beforeEach` #46

Closed ha404 closed 3 years ago

ha404 commented 3 years ago

When clock was mocked I wasn't able to cy.visit in my spec. Restoring clock allowed my spec to run.