-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
cy.tick does not advance the clock correctly #9674
Comments
It looks like the spec is also affected by incorrect |
this is still an issue, and is not just that it doesn't advance, |
is anyone looking at this issue? |
bump. on this issue. Im also seeing this right now. |
I'm also noticing that something isn't working quite right for cy.clock() and component tests... For some reason not rendering my component properly. When I remove the cy.clock() it seems to work fine. |
This issue has not had any activity in 180 days. Cypress evolves quickly and the reported behavior should be tested on the latest version of Cypress to verify the behavior is still occurring. It will be closed in 14 days if no updates are provided. |
We also had issues with |
Seems to only advance it by 1 second ...
in https://github.com/bahmutov/sudoku-qafest/blob/main/src/components/Timer.spec.js#L57
The text was updated successfully, but these errors were encountered: