Skip to content

Commit f17e9ac

Browse files
committed
wait for more requests
1 parent 0f4d263 commit f17e9ac

File tree

2 files changed

+2
-0
lines changed
  • packages/integration-tests/suites/replay

2 files changed

+2
-0
lines changed

packages/integration-tests/suites/replay/captureReplay/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ sentryTest('captureReplay', async ({ getLocalTestPath, page }) => {
2121

2222
const url = await getLocalTestPath({ testDir: __dirname });
2323
await page.goto(url);
24+
await page.waitForRequest('https://dsn.ingest.sentry.io/**/*');
2425

2526
await page.click('button');
2627
await page.waitForRequest('https://dsn.ingest.sentry.io/**/*');

packages/integration-tests/suites/replay/captureReplayViaBrowser/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ sentryTest('captureReplay', async ({ getLocalTestPath, page }) => {
2222

2323
const url = await getLocalTestPath({ testDir: __dirname });
2424
await page.goto(url);
25+
await page.waitForRequest('https://dsn.ingest.sentry.io/**/*');
2526

2627
await page.click('button');
2728
await page.waitForRequest('https://dsn.ingest.sentry.io/**/*');

0 commit comments

Comments
 (0)