Skip to content

Commit

Permalink
modify tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang committed Jun 10, 2024
1 parent 91296a6 commit aee7128
Showing 1 changed file with 5 additions and 35 deletions.
40 changes: 5 additions & 35 deletions packages/rrweb/test/__snapshots__/replayer.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,7 @@ exports[`replayer can fast forward past StyleSheetRule changes on virtual elemen
</head>
<body>
<div class=\\"replayer-wrapper\\">
<canvas
class=\\"replayer-mouse-tail\\"
width=\\"1000\\"
height=\\"800\\"
style=\\"display: inherit\\"
></canvas
><iframe
<iframe
sandbox=\\"allow-same-origin\\"
scrolling=\\"no\\"
width=\\"1000\\"
Expand Down Expand Up @@ -87,13 +81,7 @@ exports[`replayer can fast forward past StyleSheetRule deletion on virtual eleme
</head>
<body>
<div class=\\"replayer-wrapper\\">
<canvas
class=\\"replayer-mouse-tail\\"
width=\\"1000\\"
height=\\"800\\"
style=\\"display: inherit\\"
></canvas
><iframe
<iframe
sandbox=\\"allow-same-origin\\"
scrolling=\\"no\\"
width=\\"1000\\"
Expand Down Expand Up @@ -164,13 +152,7 @@ exports[`replayer can handle removing style elements 1`] = `
</head>
<body>
<div class=\\"replayer-wrapper\\">
<canvas
class=\\"replayer-mouse-tail\\"
width=\\"1000\\"
height=\\"800\\"
style=\\"display: inherit\\"
></canvas
><iframe
<iframe
sandbox=\\"allow-same-origin\\"
scrolling=\\"no\\"
width=\\"1000\\"
Expand Down Expand Up @@ -211,13 +193,7 @@ exports[`replayer replays same timestamp events in correct order (with addAction
</head>
<body>
<div class=\\"replayer-wrapper\\">
<canvas
class=\\"replayer-mouse-tail\\"
width=\\"1000\\"
height=\\"800\\"
style=\\"display: inherit\\"
></canvas
><iframe
<iframe
sandbox=\\"allow-same-origin\\"
scrolling=\\"no\\"
width=\\"1000\\"
Expand Down Expand Up @@ -261,13 +237,7 @@ exports[`replayer replays same timestamp events in correct order 1`] = `
</head>
<body>
<div class=\\"replayer-wrapper\\">
<canvas
class=\\"replayer-mouse-tail\\"
width=\\"1000\\"
height=\\"800\\"
style=\\"display: inherit\\"
></canvas
><iframe
<iframe
sandbox=\\"allow-same-origin\\"
scrolling=\\"no\\"
width=\\"1000\\"
Expand Down

0 comments on commit aee7128

Please sign in to comment.