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 e592e4a commit a562ae6Copy full SHA for a562ae6
dev-packages/e2e-tests/test-applications/nestjs-fastify/tests/transactions.test.ts
@@ -1,7 +1,7 @@
1
import { expect, test } from '@playwright/test';
2
import { waitForTransaction } from '@sentry-internal/test-utils';
3
4
-test.only('Sends an API route transaction', async ({ baseURL }) => {
+test('Sends an API route transaction', async ({ baseURL }) => {
5
const pageloadTransactionEventPromise = waitForTransaction('nestjs-fastify', transactionEvent => {
6
return (
7
transactionEvent?.contexts?.trace?.op === 'http.server' &&
0 commit comments