Skip to content

Commit 417b31b

Browse files
committed
more robust?
1 parent 05f9c53 commit 417b31b

File tree

1 file changed

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

1 file changed

+3
-1
lines changed

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

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

93+
await reqPromise0;
94+
9395
void page.click('#drop');
94-
await page.click('#go-background');
96+
void page.click('#go-background');
9597
const req1 = await reqPromise1;
9698

9799
const event1 = getReplayEvent(req1);

0 commit comments

Comments
 (0)