Replies: 1 comment
-
I use I.grabTextFrom(selector) : const articleName = await I.grabTextFrom(
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I’m experiencing an issue with I.seeTextEquals in CodeceptJS when using the WebKit browser via Playwright. The test fails if the text being compared is long and wraps to multiple lines.
Details
Example
I.seeTextEquals('Thank you for submitting the form. Your data has been received.', '#thank-you');
Versions
CodeceptJS: 3.4.1
Playwright: 1.49.1
Question
Does I.seeTextEquals handle multi-line text differently in WebKit? Are there any workarounds for this issue?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions