You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When simulating a click with event.target.checked (1st test) the event.target.checked is always false. The expected behaviour is that it will alternate between true and false. When using el.click() directly (2nd test) it's alternating as expected.
Full code: https://github.com/wix-a/test-unidriver
The text was updated successfully, but these errors were encountered:
For example, a simple component:
Test file:
When simulating a click with
event.target.checked
(1st test) theevent.target.checked
is alwaysfalse
. The expected behaviour is that it will alternate betweentrue
andfalse
. When usingel.click()
directly (2nd test) it's alternating as expected.Full code: https://github.com/wix-a/test-unidriver
The text was updated successfully, but these errors were encountered: