Skip to content

Commit

Permalink
Update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewortwein committed Sep 24, 2024
1 parent 34db3cf commit 602c953
Showing 1 changed file with 17 additions and 4 deletions.
21 changes: 17 additions & 4 deletions packages/rrweb/test/__snapshots__/record.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,10 @@ exports[`record > captures adopted stylesheets in nested shadow doms and iframes
\\"childNodes\\": [],
\\"rootId\\": 29,
\\"id\\": 33,
\\"isShadowHost\\": true
\\"isShadowHost\\": true,
\\"chromaticAdoptedStylesheets\\": [
\\"div { font-size: large; }\\"
]
}
],
\\"rootId\\": 29,
Expand Down Expand Up @@ -849,7 +852,11 @@ exports[`record > captures adopted stylesheets in shadow doms and iframe 1`] = `
}
],
\\"id\\": 10,
\\"isShadowHost\\": true
\\"isShadowHost\\": true,
\\"chromaticAdoptedStylesheets\\": [
\\"div { color: yellow; }h2 { color: orange; }h3 { font-size: larger; }\\",
\\"span { color: red; }\\"
]
},
{
\\"type\\": 3,
Expand Down Expand Up @@ -1204,7 +1211,10 @@ exports[`record > captures adopted stylesheets of shadow doms in checkout full s
}
],
\\"id\\": 7,
\\"isShadowHost\\": true
\\"isShadowHost\\": true,
\\"chromaticAdoptedStylesheets\\": [
\\"h1 { color: blue; }\\"
]
},
{
\\"type\\": 3,
Expand Down Expand Up @@ -1304,7 +1314,10 @@ exports[`record > captures adopted stylesheets of shadow doms in checkout full s
}
],
\\"id\\": 7,
\\"isShadowHost\\": true
\\"isShadowHost\\": true,
\\"chromaticAdoptedStylesheets\\": [
\\"h1 { color: blue; }\\"
]
},
{
\\"type\\": 3,
Expand Down

0 comments on commit 602c953

Please sign in to comment.