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
// worksit('should retries until spy is called',()=>{cy.wrap(spy).should('have.been.calledOnce')setTimeout(spy,1000)})// does not retryit('works as alias',()=>{cy.get('@spy2').should('have.been.calledOnce')setTimeout(spy2,1000)})
The text was updated successfully, but these errors were encountered:
Bug, Mac, Cypress 1.4.1
Reproducible test cypress-io/cypress-example-recipes#86 and pull request cypress-io/cypress-example-recipes#87
The text was updated successfully, but these errors were encountered: