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
{{ message }}
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.
I'm having hard time triggering inactivity timeout with cy.tick()https://docs.cypress.io/api/commands/tick.html#Syntax . cy.wait() works fine, but is inpractical . I'm calling cy.clock() beforehand to install time mocking functions per cy.tick() so that doesn't seem to be a problem.
Anyone else with this problem?
ng-idle/core==7.0.0-beta.1
cypress==3.4.0
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I'm having hard time triggering inactivity timeout with
cy.tick()
https://docs.cypress.io/api/commands/tick.html#Syntax .cy.wait()
works fine, but is inpractical . I'm callingcy.clock()
beforehand to install time mocking functions percy.tick()
so that doesn't seem to be a problem.Anyone else with this problem?
The text was updated successfully, but these errors were encountered: