Skip to content

Commit c63f22e

Browse files
committed
fix test
1 parent 7f4f9d7 commit c63f22e

File tree

1 file changed

+1
-1
lines changed
  • packages/browser-integration-tests/suites/replay/errors/errorsInSession

1 file changed

+1
-1
lines changed

packages/browser-integration-tests/suites/replay/errors/errorsInSession/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import {
1212

1313
sentryTest(
1414
'[session-mode] replay event should contain an error id of an error that occurred during session recording',
15-
async ({ getLocalTestPath, page, browserName }) => {
15+
async ({ getLocalTestPath, page, browserName, forceFlushReplay }) => {
1616
// TODO(replay): This is flakey on firefox where clicks are flakey
1717
if (shouldSkipReplayTest() || ['firefox'].includes(browserName)) {
1818
sentryTest.skip();

0 commit comments

Comments
 (0)