Skip to content

Commit 56e005c

Browse files
committed
lint
1 parent 61243cd commit 56e005c

File tree

1 file changed

+1
-1
lines changed
  • dev-packages/browser-integration-tests/suites/integrations/viewHierarchy

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/suites/integrations/viewHierarchy/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { expect } from '@playwright/test';
22
import type { ViewHierarchyData } from '@sentry/core';
33
import { sentryTest } from '../../../utils/fixtures';
4-
import { getMultipleSentryEnvelopeRequests, envelopeParser, shouldSkipTracingTest } from '../../../utils/helpers';
4+
import { getMultipleSentryEnvelopeRequests, envelopeParser } from '../../../utils/helpers';
55

66
sentryTest('Captures view hierarchy as attachment', async ({ getLocalTestUrl, page }) => {
77
const bundle = process.env.PW_BUNDLE;

0 commit comments

Comments
 (0)