What are you trying to achieve?
I.see('This isn't a string')
results in an error:
locator.isVisible: Unexpected token "t" while parsing selector ":has-text('This isn't a string') >> nth=0"
11:26:00 at Playwright.waitForText (node_modules/codeceptjs/lib/helper/Playwright.js:2584:79)
The cancel character in being removed when passing through to playwright.
What do you get instead?
Pinning back to 3.5.6 and the tests again pass.
Provide console output if related. Use --verbose mode for more details.
Provide test source code if related
Details
- CodeceptJS version: 3.5.7
- NodeJS Version: 18
- Operating System: Linux
- Playwright: ^1.x.x
- Configuration file:
What are you trying to achieve?
I.see('This isn't a string')
results in an error:
locator.isVisible: Unexpected token "t" while parsing selector ":has-text('This isn't a string') >> nth=0"
11:26:00 at Playwright.waitForText (node_modules/codeceptjs/lib/helper/Playwright.js:2584:79)
The cancel character in being removed when passing through to playwright.
What do you get instead?
Pinning back to 3.5.6 and the tests again pass.
# paste output here// paste testDetails