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
When the plugin is in record mode, any request that could be cached will return a 304 due to the default browser behavior. If the test is run multiple times in the same session, this will result in errors in subsequent test runs in the same session.
To Reproduce
Open up the Sandbox app spec in record-only mode.
Make sure "Disable caching" is not selected in the "Network" panel of dev tools.
Run the test once.
It passes.
Run the test again.
It fails.
Expected behavior
Instead of dropping 3xx responses or throwing an error, the plugin should see if there is a response recorded for that request and return that to the browser, even if the plugin is in record only mode.
Screenshots
n/a
Environment
OS: n/a
Cypress Version: n/a
Browser: n/a
Browser Version: n/a
Additional context
n/a
The text was updated successfully, but these errors were encountered:
Describe the bug
When the plugin is in record mode, any request that could be cached will return a 304 due to the default browser behavior. If the test is run multiple times in the same session, this will result in errors in subsequent test runs in the same session.
To Reproduce
Expected behavior
Instead of dropping 3xx responses or throwing an error, the plugin should see if there is a response recorded for that request and return that to the browser, even if the plugin is in
record
only mode.Screenshots
n/a
Environment
Additional context
n/a
The text was updated successfully, but these errors were encountered: