Skip to content

Commit 2a64ab7

Browse files
committed
update test
1 parent 9d00b5c commit 2a64ab7

File tree

1 file changed

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

1 file changed

+0
-4
lines changed

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

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ sentryTest('should not send replays if both sample rates are 0', async ({ getLoc
2525

2626
await page.click('button');
2727

28-
await page.waitForFunction(() => {
29-
const replayIntegration = (window as unknown as Window & { Replay: { _replay: ReplayContainer } }).Replay;
30-
return !!replayIntegration._replay.session;
31-
});
3228
const replay = await getReplaySnapshot(page);
3329

3430
expect(replay.session).toBe(undefined);

0 commit comments

Comments
 (0)