Skip to content

Commit 5ea734d

Browse files
committed
cleanup
1 parent 1ad134c commit 5ea734d

File tree

1 file changed

+0
-2
lines changed
  • dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance

1 file changed

+0
-2
lines changed

dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ sentryTest('error has new traceId after navigation', async ({ getLocalTestPath,
2626
span_id: expect.stringMatching(/^[0-9a-f]{16}$/),
2727
});
2828

29-
// await page.goto();
30-
3129
const errorEventPromise2 = getFirstSentryEnvelopeRequest<Event>(page, `${url}#navigation`);
3230
await page.locator('#errorBtn').click();
3331
const errorEvent2 = await errorEventPromise2;

0 commit comments

Comments
 (0)