Closed
Description
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>