Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
adjust new integration test
  • Loading branch information
Lms24 committed Jan 16, 2023
commit c0107506098dc9d4ba5d0a91e7cf79ebeb5abd05
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import { getReplaySnapshot } from '../../../utils/helpers';

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

Expand Down