We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 338a5ae commit a71d7e4Copy full SHA for a71d7e4
packages/e2e-tests/test-applications/create-next-app/tests/behaviour-client.test.ts
@@ -7,7 +7,6 @@ const sentryTestProject = process.env.E2E_TEST_SENTRY_TEST_PROJECT;
7
const EVENT_POLLING_TIMEOUT = 30_000;
8
9
test('Sends a client-side exception to Sentry', async ({ page }) => {
10
- page.on('console', msg => console.log(msg.text()));
11
await page.goto('/');
12
13
const exceptionButton = page.locator('id=exception-button');
0 commit comments