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
I've observed that unnecessary fetch requests are visible in all Cypress test suites. These requests could potentially impact the appearance, simplicity, and reliability of our tests. This issue aims to identify and remove these unnecessary fetch requests to streamline all test suites.
Screenshots illustrating this issue are provided below:
Steps to Reproduce:
Run the Cypress test suite.
Observe the network requests being made.
Identify instances of unnecessary fetch requests.
Expected Behavior:
We should aim to minimize unnecessary fetch requests in our Cypress tests to ensure optimal performance and reliability.
The text was updated successfully, but these errors were encountered:
Description
I've observed that unnecessary fetch requests are visible in all Cypress test suites. These requests could potentially impact the appearance, simplicity, and reliability of our tests. This issue aims to identify and remove these unnecessary fetch requests to streamline all test suites.
Screenshots illustrating this issue are provided below:
Steps to Reproduce:
Expected Behavior:
We should aim to minimize unnecessary fetch requests in our Cypress tests to ensure optimal performance and reliability.
The text was updated successfully, but these errors were encountered: