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
Describe the bug
I am clicking on this div with data-test-id="Purpose" to open
this dropdown
I am using Locator by data-test-id and pure click without any options.
Since playuwright version 1.17.0 I am receiving error <li tabindex="0" role="option" data-value="1" aria-s…>… from <div id="menu-" role="presentation" class="MuiPopover…>… subtree intercepts pointer events
Click succeeds, dropdown is opened but error saying that the dropdown intercepts pointer events appear.