Skip to content

Commit 05f9c53

Browse files
committed
minor test improvement
1 parent f69efd9 commit 05f9c53

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/replay/errors/errorsInSession

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/replay/errors/errorsInSession/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ sentryTest(
9090
await page.goto(url);
9191
await reqPromise0;
9292

93-
await page.click('#drop');
93+
void page.click('#drop');
9494
await page.click('#go-background');
9595
const req1 = await reqPromise1;
9696

0 commit comments

Comments
 (0)