From 5ea734df7258305cc81e8834c9254e736b6ee6c7 Mon Sep 17 00:00:00 2001 From: Lukas Stracke Date: Tue, 16 Apr 2024 18:03:51 +0200 Subject: [PATCH] cleanup --- .../tracing/trace-lifetime/tracing-without-performance/test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/test.ts b/dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/test.ts index fb187e102dcd..151842337970 100644 --- a/dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/test.ts +++ b/dev-packages/browser-integration-tests/suites/tracing/trace-lifetime/tracing-without-performance/test.ts @@ -26,8 +26,6 @@ sentryTest('error has new traceId after navigation', async ({ getLocalTestPath, span_id: expect.stringMatching(/^[0-9a-f]{16}$/), }); - // await page.goto(); - const errorEventPromise2 = getFirstSentryEnvelopeRequest(page, `${url}#navigation`); await page.locator('#errorBtn').click(); const errorEvent2 = await errorEventPromise2;