Skip to content

Commit 4c7ffb3

Browse files
committed
run breadcrumbs test on all browsers
1 parent c1cc55b commit 4c7ffb3

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ sentryTest(
6767

6868
sentryTest(
6969
'replay recording should contain a click breadcrumb when a button is clicked',
70-
async ({ getLocalTestPath, page, browserName }) => {
71-
// Replay bundles are es6 only and most performance entries are only available in chromium
72-
if ((process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) || browserName !== 'chromium') {
70+
async ({ getLocalTestPath, page }) => {
71+
// Replay bundles are es6 only
72+
if (process.env.PW_BUNDLE && process.env.PW_BUNDLE.startsWith('bundle_es5')) {
7373
sentryTest.skip();
7474
}
7575

0 commit comments

Comments
 (0)