[x] Bug fix (non-breaking change which fixes an issue)
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: (Feel free to delete this section upon completion)
[ ] My code follows the style guidelines of this project (I have run yarn lint)
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes (I have run yarn test and yarn test-e2e)
[ ] I have performed a self-review of my own code
[ ] I have commented my code, particularly in hard-to-understand areas
[ ] I have made corresponding changes to the documentation
[ ] For any breaking API changes, I have updated the type definitions in index.d.ts
[ ] My changes generate no new warnings
[ ] Any dependent changes have been merged and published in downstream modules
Description
cy.wait
andsetInterval
cy.clock
andcy.tick
to handle intervals in JShttps://docs.cypress.io/api/commands/tick https://docs.cypress.io/api/commands/clock
Previous Failures
Type of Change
Please delete options that are not relevant.
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
Checklist: (Feel free to delete this section upon completion)
yarn lint
)yarn test
andyarn test-e2e
)index.d.ts