Skip to content

Commit c010750

Browse files
committed
adjust new integration test
1 parent 58b63e7 commit c010750

File tree

1 file changed

+1
-1
lines changed
  • packages/integration-tests/suites/replay/errorResponse

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import { getReplaySnapshot } from '../../../utils/helpers';
55

66
sentryTest('errorResponse', async ({ getLocalTestPath, page }) => {
77
// Currently bundle tests are not supported for replay
8-
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_')) {
8+
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
99
sentryTest.skip();
1010
}
1111

0 commit comments

Comments
 (0)