Skip to content

Commit 506d6c1

Browse files
committed
remove on console message
1 parent b404143 commit 506d6c1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

dev-packages/e2e-tests/test-applications/react-router-7-cross-usage/tests/transactions.test.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ import { expect, test } from '@playwright/test';
22
import { waitForTransaction } from '@sentry-internal/test-utils';
33

44
test('sends a pageload transaction with a parameterized URL', async ({ page }) => {
5-
page.on('console', msg => console.log(msg.text()));
6-
75
const transactionPromise = waitForTransaction('react-router-7-cross-usage', async transactionEvent => {
86
return !!transactionEvent?.transaction && transactionEvent.contexts?.trace?.op === 'pageload';
97
});

0 commit comments

Comments
 (0)