Skip to content

Commit e5210d3

Browse files
committed
remove page.pause
1 parent 4da475b commit e5210d3

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)