Skip to content

Cypress intercept & cy.wait refactoring

Sidorela Uku requested to merge cypress-intercept into develop
  • Waiting by asserting on graphql request by matching the query name with the POST body. This reduces flakiness on the tests which where failing because of the waiting time.
  • Cleaning up of other assertions which where not necessary

Merge request reports