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
It's currently possible to interact with a node that is not visible, i.e. the interaction only succeeds in the test because the event is dispatched directly, but if the test emulated a system mouse and let the browser figure out the event it would have failed.
So it would be useful to have a check if getClientBoundingRect() is all-zero and return, as it's implemented already for pointer-events: none.
The text was updated successfully, but these errors were encountered:
It's currently possible to interact with a node that is not visible, i.e. the interaction only succeeds in the test because the event is dispatched directly, but if the test emulated a system mouse and let the browser figure out the event it would have failed.
So it would be useful to have a check if
getClientBoundingRect()
is all-zero and return, as it's implemented already forpointer-events: none
.The text was updated successfully, but these errors were encountered: