You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We only spy / stub XMLHttpRequest methods, so the new window.fetch calls are "invisible" to Cypress. We recommend our users delete / polyfill window.fetch to drop down to use XMLHttpRequest. It would be nice to do this for users automatically, behind a flag.
Once full network stubbing lands, we can remove this polyfill
The text was updated successfully, but these errors were encountered:
The code for this is done in cypress-io/cypress#7597, but has yet to be released.
We'll update this issue and reference the changelog when it's released.
We only spy / stub
XMLHttpRequest
methods, so the newwindow.fetch
calls are "invisible" to Cypress. We recommend our users delete / polyfillwindow.fetch
to drop down to useXMLHttpRequest
. It would be nice to do this for users automatically, behind a flag.Once full network stubbing lands, we can remove this polyfill
The text was updated successfully, but these errors were encountered: