Context:
- Playwright Version: [1.17.0]
- Operating System: [Windows, Linux]
- Node.js version: [v16.13.0]
- Browser: [Chromium]
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.
NOTE: Playwright 1.16.3 does not have such issue!