Skip to content

Commit 6d95588

Browse files
committed
remove page.pause
1 parent b302fa4 commit 6d95588

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings-streamed

dev-packages/browser-integration-tests/suites/tracing/browserTracingIntegration/http-timings-streamed/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,6 @@ sentryTest(
4040
expect(pageloadSpan).toBeDefined();
4141
expect(requestSpans).toHaveLength(3);
4242

43-
await page.pause();
4443
requestSpans?.forEach((span, index) =>
4544
expect(span).toMatchObject({
4645
name: `GET http://sentry-test-site.example/${index}`,

0 commit comments

Comments
 (0)