Open
Description
Description
When I go to the click docs click#Assertions under it says ".click()will automatically retry until all chained assertions have passed." At core-concepts/retry-ability it says "Cypress will not retry the .click() action command, because it could change something in the application."
URL of Issue(s)
https://docs.cypress.io/api/commands/click#Assertions-Icon-namequestion-circle
Steps to replicate
- Go to '.click()will automatically retry until all chained assertions have passed.'
- Click on 'retry' https://docs.cypress.io/guides/core-concepts/retry-ability
- Scroll down to 'Only queries are retried' https://docs.cypress.io/guides/core-concepts/retry-ability#Only-queries-are-retried
- See error (Cypress will not retry the .click() action command, because it could change something in the application.)
Browser
No response
Device
- PC
- Mac
- iPhone
- iPad
- Android Phone
- Android Tablet
Additional Information
No response