Skip to content

Commit b05ae85

Browse files
committed
...
1 parent d78904b commit b05ae85

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/e2e-tests/test-applications/nestjs-11/tests

1 file changed

+1
-1
lines changed

dev-packages/e2e-tests/test-applications/nestjs-11/tests/errors.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 { waitForError, waitForTransaction } from '@sentry-internal/test-utils';
33

4-
test.only('Sends exception to Sentry', async ({ baseURL }) => {
4+
test('Sends exception to Sentry', async ({ baseURL }) => {
55
const errorEventPromise = waitForError('nestjs-11', event => {
66
return !event.type && event.exception?.values?.[0]?.value === 'This is an exception with id 123';
77
});

0 commit comments

Comments
 (0)