Skip to content

Commit 1e7f0eb

Browse files
committed
update test
1 parent 9b52266 commit 1e7f0eb

File tree

1 file changed

+2
-0
lines changed
  • packages/browser-integration-tests/suites/replay/sampling

1 file changed

+2
-0
lines changed

packages/browser-integration-tests/suites/replay/sampling/test.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ sentryTest('should not send replays if both sample rates are 0', async ({ getLoc
2727
const replay = await getReplaySnapshot(page);
2828

2929
expect(replay.session).toBe(undefined);
30+
expect(replay._isEnabled).toBe(false);
31+
expect(replay.recordingMode).toBe('session');
3032

3133
// Cannot wait on getFirstSentryEnvelopeRequest, as that never resolves
3234
});

0 commit comments

Comments
 (0)