All Questions
Tagged with cypress-conditional-testing while-loop
1 question
5
votes
1
answer
1k
views
Cypress while loop
I have an API that returns times in a day and if those times are all taken then it won't return any. I want to move to the next day and try and check for times there but my test gets stuck and will ...