cy.tick() cannot be called without first calling cy.clock() #19544
Unanswered
gabrielbahniuk
asked this question in
Component Testing
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
this code works fine:
However in projects I usually want to do some splitting like this:
And the code above gives me the following message:
I tried to put
cy.clock()
in some different places already but no success, so the question is: where should I placecy.clock()
in an use case that I have such split code?Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions