click()
doesn't retry when a button's parent element becomes actionable after being disabled.
#30655
Labels
click()
doesn't retry when a button's parent element becomes actionable after being disabled.
#30655
Current behavior
If a button's parent element, such as a fieldset, becomes actionable after being disabled, the
click()
associated with the button will be skipped instead of retried.Desired behavior
click()
should automatically wait for the element to reach an actionable state as the document describedTest code to reproduce
Cypress Version
13.15.0
Node version
20.14.0
Operating System
MacOS 15.1
Debug Logs
No response
Other
This issue might be related to this condition, given PR #28807
The text was updated successfully, but these errors were encountered: