Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
kazupon committed Oct 23, 2023
1 parent a1cde25 commit 8402bc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/browser/browser.test.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import handler from 'serve-handler'

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

async function getText(page, selector, options) {
function getText(page, selector, options) {
return page.locator(selector, options).innerText()
}

Expand Down

0 comments on commit 8402bc3

Please sign in to comment.