Checking inactivity behaviour of the application #14662
Unanswered
Claudiu-BQA
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi all,
I am trying to test an application which after a certain idle time, the user gets disconnected. Using the cy.wait is not a good option for me, as I want to test the behavior after at least one hour of idle time. I tried using the cy.clock() and cy.tick() commands but it's not working, maybe because the time is also stored on the application's server.
Could anyone give me an idea or suggest an approach?
Best regards,
Claudiu Tugui - BQA
Beta Was this translation helpful? Give feedback.
All reactions