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
So far cy.wait(...) have been inserted where needed, but to avoid timeouts and not waste time, a more specific approach with cy.intercept('geonames/api') should be tested.
So far
cy.wait(...)
have been inserted where needed, but to avoid timeouts and not waste time, a more specific approach withcy.intercept('geonames/api')
should be tested.https://docs.cypress.io/api/commands/intercept#Syntax
The text was updated successfully, but these errors were encountered: