Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
After which the checkbox still appears indeterminate. It's worth noting that this is only a visual issue. The above test passes, because the state of the checkbox is correctly changed to unchecked.
I think Cypress could handle this though. On uncheck, we could ensure the indeterminate prop is switched to false. This will be a pretty low priority to fix, but we would welcome a PR for it.
I'm referring to issue cypress-io#19098
Basically, it is a simple visual bug fix. Unchecking intermediate checkboxes doesn't remove the intermediate prop.
I neither found the right file for adding the fix nor tested the changes; the repo is huge and I never tried cypress before.
Further support is needed.
ElyasAmri
pushed a commit
to ElyasAmri/cypress
that referenced
this issue
Dec 16, 2021
I'm referring to this issue cypress-io#19098
Basically, there is a visual bug when unchecking intermediate checkboxes, the intermediate prop does not get removed.
I neither found the right file for the fix nor tested the fix; the repo is huge and I never tried cypress.
Further support is needed.
Current behavior
Cypress does not uncheck checkboxes that have indeterminate state.
Desired behavior
Cypress should detect that it's an indeterminate checkbox, then click on it twice to uncheck.
Test code to reproduce
Cypress Version
9.1.0.1027187
Other
https://css-tricks.com/indeterminate-checkboxes/
The text was updated successfully, but these errors were encountered: