Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Lms24 committed Apr 17, 2024
1 parent 1ad134c commit 5ea734d
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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<Event>(page, `${url}#navigation`);
await page.locator('#errorBtn').click();
const errorEvent2 = await errorEventPromise2;
Expand Down

0 comments on commit 5ea734d

Please sign in to comment.