Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Sep 29, 2024
1 parent 12bcd97 commit af567f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/web-worker/e2e/basic.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ test("basic", async ({ page }) => {

test("erorr stack", async ({ page }) => {
// TODO:
// playwright's error stack doesn't have sourcemap applied.
// it needs to be manually verified from devtools console error message.
// error event's stacktrace doesn't have sourcemap applied.
// it needs to be verified from devtools console error message.
const errorPromise = page.waitForEvent("pageerror");
await page.goto("/?error-stack");
const error = await errorPromise;
Expand Down

0 comments on commit af567f0

Please sign in to comment.