We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
else
In this situation
cy.get('[htmlfor="toggle-all"]', { timeout: 0 }) .if('visible') .click() .get('.clear-completed') .click() .else() .log('**nothing to complete**');
If executes the "if" commands, yet still logs "nothing to complete" because it does not skip the entire "else" branch
The text was updated successfully, but these errors were encountered:
4242dff
🎉 This issue has been resolved in version 1.4.4 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
No branches or pull requests
In this situation
If executes the "if" commands, yet still logs "nothing to complete" because it does not skip the entire "else" branch
![Screen Shot 2022-08-31 at 09 42 11](https://user-images.githubusercontent.com/2212006/187692862-47e10b77-1263-4d4e-a5d8-0825b7bf7785.png)
The text was updated successfully, but these errors were encountered: