Skip to content

Commit 8402bc3

Browse files
committed
fix
1 parent a1cde25 commit 8402bc3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

playground/browser/browser.test.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import handler from 'serve-handler'
66

77
const sleep = (ms) => new Promise((resolve) => setTimeout(resolve, ms))
88

9-
async function getText(page, selector, options) {
9+
function getText(page, selector, options) {
1010
return page.locator(selector, options).innerText()
1111
}
1212

0 commit comments

Comments
 (0)