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 96a844c commit d4d8272Copy full SHA for d4d8272
packages/integration-tests/suites/demo/tmp/test.ts
@@ -3,7 +3,7 @@ import { expect } from '@playwright/test';
3
import { sentryTest } from '../../../utils/fixtures';
4
import { getSentryRequest } from '../../../utils/helpers';
5
6
-sentryTest('should record an XMLHttpRequest with a handler', async ({ getLocalTestPath, page }) => {
+sentryTest('should fail', async ({ getLocalTestPath, page }) => {
7
const url = await getLocalTestPath({ testDir: __dirname });
8
9
const eventData = await getSentryRequest(page, url);
0 commit comments