We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e0142f commit d09c39aCopy full SHA for d09c39a
packages/integration-tests/suites/replay/errors/errorMode/test.ts
@@ -118,7 +118,6 @@ for (let i = 0; i < 100; i++) {
118
// Also the second snapshot should have a full snapshot, as we switched from error to session
119
// mode which triggers another checkout
120
expect(content1.fullSnapshots).toHaveLength(1);
121
- expect(content1.incrementalSnapshots).toHaveLength(0);
122
123
// The next event should just be a normal replay event as we're now in session mode and
124
// we continue recording everything
0 commit comments