[x] I provided exact source code that allows reproducing the issue locally.
I have a basic bootstrap 'switch' toggle element that is not 'checkable' using PW. It looks like this when it renders and comes out of a CustomInput provided by react-strap which uses Bootstrap4
System info
Source code
I have a basic bootstrap 'switch' toggle element that is not 'checkable' using PW. It looks like this when it renders and comes out of a
CustomInput
provided by react-strap which uses Bootstrap4The underlying HTML for it ends up being this
I have tried the following below but PW times out after trying for 50 times to check the toggle
If I change the toggle to become not a switch but a regular checkbox, then the HTML changes to
Then PW has no problem checking the checkbox.
Is it possible to also use PW to 'check' toggle elements (that are just checkboxes under the hood) or is that not supported?