Skip to content

Commit aca771e

Browse files
committed
fix test
1 parent 1331267 commit aca771e

File tree

1 file changed

+0
-3
lines changed
  • packages/browser-integration-tests/suites/replay/largeMutations/mutationLimit

1 file changed

+0
-3
lines changed

packages/browser-integration-tests/suites/replay/largeMutations/mutationLimit/test.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ sentryTest(
1616
}
1717

1818
const reqPromise0 = waitForReplayRequest(page, 0);
19-
const reqPromise0b = waitForReplayRequest(page, 1);
2019

2120
await page.route('https://dsn.ingest.sentry.io/**/*', route => {
2221
return route.fulfill({
@@ -30,8 +29,6 @@ sentryTest(
3029

3130
await page.goto(url);
3231
const res0 = await reqPromise0;
33-
await reqPromise0b;
34-
// A second request is sent right after initial snapshot, we want to wait for that to settle before we continue
3532

3633
const reqPromise1 = waitForReplayRequest(page);
3734

0 commit comments

Comments
 (0)