Skip to content

Commit c63e926

Browse files
committed
remove only
1 parent 60ce394 commit c63e926

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/replay-internal/test/integration/errorSampleRate.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -928,7 +928,7 @@ describe('Integration | errorSampleRate', () => {
928928
* sampling since we can load a saved session that did not have an error (and
929929
* thus no replay was created).
930930
*/
931-
it.only('sends a replay after loading the session from storage', async () => {
931+
it('sends a replay after loading the session from storage', async () => {
932932
// Pretend that a session is already saved before loading replay
933933
WINDOW.sessionStorage.setItem(
934934
REPLAY_SESSION_KEY,

0 commit comments

Comments
 (0)