Skip to content

Commit a71d7e4

Browse files
authored
Update packages/e2e-tests/test-applications/create-next-app/tests/behaviour-client.test.ts
1 parent 338a5ae commit a71d7e4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

packages/e2e-tests/test-applications/create-next-app/tests/behaviour-client.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ const sentryTestProject = process.env.E2E_TEST_SENTRY_TEST_PROJECT;
77
const EVENT_POLLING_TIMEOUT = 30_000;
88

99
test('Sends a client-side exception to Sentry', async ({ page }) => {
10-
page.on('console', msg => console.log(msg.text()));
1110
await page.goto('/');
1211

1312
const exceptionButton = page.locator('id=exception-button');

0 commit comments

Comments
 (0)