Skip to content

Commit 2f2ab9c

Browse files
committed
remove snapshots
1 parent 9351540 commit 2f2ab9c

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

packages/integration-tests/suites/replay/compression/test.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,9 @@ sentryTest('replay recording should be compressed by default', async ({ getLocal
3030
expect(snapshots.length).toEqual(1);
3131

3232
const stringifiedSnapshot = JSON.stringify(snapshots[0]);
33-
expect(stringifiedSnapshot).toMatchSnapshot('replay_pw_snapshot_0.json');
33+
expect(stringifiedSnapshot).toContain('"tagName":"body"');
34+
expect(stringifiedSnapshot).toContain('"tagName":"html"');
35+
expect(stringifiedSnapshot).toContain('"tagName":"button"');
36+
expect(stringifiedSnapshot).toContain('"textContent":"*** ***"');
37+
expect(stringifiedSnapshot).toContain('"id":"go-background"');
3438
});

packages/integration-tests/suites/replay/compression/test.ts-snapshots/replay-pw-snapshot-0-chromium-darwin.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/integration-tests/suites/replay/compression/test.ts-snapshots/replay-pw-snapshot-0-darwin.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/integration-tests/suites/replay/compression/test.ts-snapshots/replay-pw-snapshot-0-firefox-darwin.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

packages/integration-tests/suites/replay/compression/test.ts-snapshots/replay-pw-snapshot-0-webkit-darwin.json

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)