Skip to content

Commit 9694e23

Browse files
committed
minor test improvement
1 parent 50e3a5e commit 9694e23

File tree

1 file changed

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

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ sentryTest(
5757
getExpectedReplayEvent({
5858
replay_start_timestamp: undefined,
5959
segment_id: 1,
60-
// @ts-ignore this is fine
6160
error_ids: [errorEventId],
6261
urls: [],
6362
}),
@@ -91,7 +90,7 @@ sentryTest(
9190
await page.goto(url);
9291
await page.click('#go-background');
9392

94-
await page.click('#drop');
93+
void page.click('#drop');
9594
await page.click('#go-background');
9695
const req1 = await reqPromise1;
9796

0 commit comments

Comments
 (0)