Skip to content

Commit d3d164f

Browse files
committed
update tests
1 parent ff83878 commit d3d164f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

packages/replay/test/integration/integrationSettings.test.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Integration | integrationSettings', () => {
1717
const { replay } = await mockSdk({ replayOptions: { blockSelector: '' } });
1818

1919
expect(replay['_recordingOptions'].blockSelector).toMatchInlineSnapshot(
20-
'",.sentry-block,[data-sentry-block],img,image,svg,path,rect,area,video,object,picture,embed,map,audio"',
20+
'",.sentry-block,[data-sentry-block],img,image,svg,video,object,picture,embed,map,audio"',
2121
);
2222
});
2323

@@ -27,7 +27,7 @@ describe('Integration | integrationSettings', () => {
2727
});
2828

2929
expect(replay['_recordingOptions'].blockSelector).toMatchInlineSnapshot(
30-
'"[data-test-blockSelector],.sentry-block,[data-sentry-block],img,image,svg,path,rect,area,video,object,picture,embed,map,audio"',
30+
'"[data-test-blockSelector],.sentry-block,[data-sentry-block],img,image,svg,video,object,picture,embed,map,audio"',
3131
);
3232
});
3333
});

packages/replay/test/integration/rrweb.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ describe('Integration | rrweb', () => {
1717
});
1818
expect(mockRecord.mock.calls[0][0]).toMatchInlineSnapshot(`
1919
Object {
20-
"blockSelector": ".sentry-block,[data-sentry-block],img,image,svg,path,rect,area,video,object,picture,embed,map,audio",
20+
"blockSelector": ".sentry-block,[data-sentry-block],img,image,svg,video,object,picture,embed,map,audio",
2121
"collectFonts": true,
2222
"emit": [Function],
2323
"ignoreSelector": ".sentry-test-ignore,.sentry-ignore,[data-sentry-ignore]",

0 commit comments

Comments
 (0)