Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce Unnecessary Fetch Requests in Cypress Tests #969

Open
Ankit-Matth opened this issue Apr 6, 2024 · 0 comments
Open

Reduce Unnecessary Fetch Requests in Cypress Tests #969

Ankit-Matth opened this issue Apr 6, 2024 · 0 comments

Comments

@Ankit-Matth
Copy link
Contributor

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:

orderEntity cy js 1
orderEntity cy js 2

Steps to Reproduce:

  1. Run the Cypress test suite.
  2. Observe the network requests being made.
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant