Skip to content

PW 1.9.2 made a backwards incompatible change #859

Closed
@mkorpela

Description

@mkorpela

Describe the bug
text selector with quotes is now in 1.9.2 not catching texts over elements.

To Reproduce

Run this with Playwright 1.9.1 and 1.9.2

*** Settings ***
Library   Browser

*** Test Cases ***
Example Test
   New Page  https://www.reaktor.com
   Click  text="Work"
   Take Screenshot

Target element is

<span class="js-animated-title">
<span class="animate-up js">Wo</span>
<span class="animate-down js">rk</span>
</span>

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions