Skip to content

Commit a6b7d3d

Browse files
committed
update test snapshots
1 parent 0ec4190 commit a6b7d3d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ describe('Integration | rrweb', () => {
2828
"collectFonts": true,
2929
"emit": [Function],
3030
"errorHandler": [Function],
31+
"ignoreCSSAttributes": Set {
32+
"background-image",
33+
},
3134
"ignoreSelector": ".sentry-test-ignore,.sentry-ignore,[data-sentry-ignore],input[type="file"]",
3235
"inlineImages": false,
3336
"inlineStylesheet": true,
@@ -69,6 +72,9 @@ describe('Integration | rrweb', () => {
6972
"collectFonts": true,
7073
"emit": [Function],
7174
"errorHandler": [Function],
75+
"ignoreCSSAttributes": Set {
76+
"background-image",
77+
},
7278
"ignoreSelector": ".sentry-ignore,[data-sentry-ignore],input[type="file"]",
7379
"inlineImages": false,
7480
"inlineStylesheet": true,
@@ -121,6 +127,9 @@ describe('Integration | rrweb', () => {
121127
"collectFonts": true,
122128
"emit": [Function],
123129
"errorHandler": [Function],
130+
"ignoreCSSAttributes": Set {
131+
"background-image",
132+
},
124133
"ignoreSelector": ".sentry-ignore,[data-sentry-ignore],input[type="file"]",
125134
"inlineImages": false,
126135
"inlineStylesheet": true,

0 commit comments

Comments
 (0)