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
While doing a testing workshop, I had a user who was really good (some Cypress experience already, hooked up TypeScript support, added Swagger api for resetting data on the server) get stuck because he did this:
and of course this times out - because cy.request calls do not originate from the application. We don't have a note in on.cypress.io/request explaining that cy.request automatically finishes before next Cypress command starts