We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b31644b commit ad40b12Copy full SHA for ad40b12
lib/helper/Playwright.js
@@ -2098,7 +2098,7 @@ class Playwright extends Helper {
2098
const els = await this._locate(locator)
2099
const texts = []
2100
for (const el of els) {
2101
- texts.push(await await el.innerText())
+ texts.push(await el.innerText())
2102
}
2103
this.debug(`Matched ${els.length} elements`)
2104
return texts
0 commit comments