Skip to content

[BUG] Locator.click -> subtree intercepts pointer events since version 1.17.0 #10638

@Kremliovskyi

Description

@Kremliovskyi

Context:

  • Playwright Version: [1.17.0]
  • Operating System: [Windows, Linux]
  • Node.js version: [v16.13.0]
  • Browser: [Chromium]

Describe the bug
image
I am clicking on this div with data-test-id="Purpose" to open
image
this dropdown
image
image

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

image

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!

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions