Skip to content

Commit cc67bfe

Browse files
Zen-cronicLms24
authored andcommitted
test(browser): Revert unrelated test packages to original values
1 parent 6812eef commit cc67bfe

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

dev-packages/e2e-tests/test-applications/default-browser/src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import * as Sentry from '@sentry/react';
22

33
Sentry.init({
4+
release: 'e2e-test',
45
dsn: process.env.E2E_TEST_DSN,
56
tunnel: 'http://localhost:3031',
67
integrations: [Sentry.browserTracingIntegration()],

dev-packages/e2e-tests/test-applications/react-19/tests/errors.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ test('Catches errors caught by error boundary', async ({ page }) => {
77
});
88

99
const errorEventPromise = waitForError('react-19', event => {
10-
//ErrorEvent's type === undefined
1110
return !event.type && event.exception?.values?.[0]?.value === 'caught error';
1211
});
1312

dev-packages/e2e-tests/test-applications/react-send-to-sentry/tests/send-to-sentry.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect, test } from '@playwright/test';
22
import { ReplayRecordingData } from './fixtures/ReplayRecordingData';
33

4-
const EVENT_POLLING_TIMEOUT = 5_000;
4+
const EVENT_POLLING_TIMEOUT = 90_000;
55

66
const authToken = process.env.E2E_TEST_AUTH_TOKEN;
77
const sentryTestOrgSlug = process.env.E2E_TEST_SENTRY_ORG_SLUG;

0 commit comments

Comments
 (0)