Skip to content

Commit

Permalink
fix test doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mydea committed Jul 20, 2023
1 parent f63c8b7 commit 7c90552
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ import {

const MIN_DURATION = 2000;

/*
The main difference between this and sessionExpiry test, is that here we wait for the overall time (4s)
in multiple steps (2s, 2s) instead of waiting for the whole time at once (4s).
*/
sentryTest('doest not send replay before min. duration', async ({ getLocalTestPath, page, forceFlushReplay }) => {
if (shouldSkipReplayTest()) {
sentryTest.skip();
Expand Down

0 comments on commit 7c90552

Please sign in to comment.