From 602c9538f54b015fd3f1685f0443c2d4f6c80bdf Mon Sep 17 00:00:00 2001 From: Andrew Ortwein Date: Tue, 24 Sep 2024 18:20:36 -0400 Subject: [PATCH] Update snapshots --- .../test/__snapshots__/record.test.ts.snap | 21 +++++++++++++++---- 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/packages/rrweb/test/__snapshots__/record.test.ts.snap b/packages/rrweb/test/__snapshots__/record.test.ts.snap index c1db08aea0..81351d6a4a 100644 --- a/packages/rrweb/test/__snapshots__/record.test.ts.snap +++ b/packages/rrweb/test/__snapshots__/record.test.ts.snap @@ -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, @@ -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, @@ -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, @@ -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,