Skip to content

Commit d4d8272

Browse files
committed
Fix sample test title.
1 parent 96a844c commit d4d8272

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/demo/tmp

1 file changed

+1
-1
lines changed

packages/integration-tests/suites/demo/tmp/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { expect } from '@playwright/test';
33
import { sentryTest } from '../../../utils/fixtures';
44
import { getSentryRequest } from '../../../utils/helpers';
55

6-
sentryTest('should record an XMLHttpRequest with a handler', async ({ getLocalTestPath, page }) => {
6+
sentryTest('should fail', async ({ getLocalTestPath, page }) => {
77
const url = await getLocalTestPath({ testDir: __dirname });
88

99
const eventData = await getSentryRequest(page, url);

0 commit comments

Comments
 (0)