Skip to content

Commit 2eadb32

Browse files
billyvgLms24
andauthored
Update packages/integration-tests/suites/replay/privacy/test.ts
Co-authored-by: Lukas Stracke <[email protected]>
1 parent 01de9df commit 2eadb32

File tree

1 file changed

+2
-3
lines changed
  • packages/integration-tests/suites/replay/privacy

1 file changed

+2
-3
lines changed

packages/integration-tests/suites/replay/privacy/test.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ import { envelopeRequestParser } from '../../../utils/helpers';
77
import { waitForReplayRequest } from '../../../utils/replayHelpers';
88

99
sentryTest('should have the correct default privacy settings', async ({ getLocalTestPath, page }) => {
10-
// For this test, we skip all bundle tests, as we're only interested in Replay being correctly
11-
// exported from the `@sentry/browser` npm package.
12-
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_')) {
10+
// Replay bundles are es6 only
11+
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
1312
sentryTest.skip();
1413
}
1514

0 commit comments

Comments
 (0)