Skip to content

Commit

Permalink
update snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldambra committed Dec 9, 2023
1 parent eae09a8 commit dd562b2
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions ee/frontend/mobile-replay/__snapshots__/transform.test.ts.snap
Original file line number Diff line number Diff line change
Expand Up @@ -351,10 +351,13 @@ exports[`replay/transform transform can process unknown types without error 1`]
"childNodes": [
{
"attributes": {
"display": "block",
"fill": "grey",
"height": 30,
"style": "width: 100px;height: 30px;position: fixed;left: 25px;top: 42px;",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 25px;top: 42px;",
"width": 100,
"x": 0,
"y": 0,
},
"childNodes": [],
"id": 101,
Expand All @@ -363,9 +366,11 @@ exports[`replay/transform transform can process unknown types without error 1`]
},
{
"attributes": {
"display": "block",
"dominant-baseline": "middle",
"fill": "white",
"font-size": "30",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 25px;top: 42px;",
"text-anchor": "middle",
"x": "50%",
"y": "50%",
Expand Down Expand Up @@ -2628,10 +2633,13 @@ exports[`replay/transform transform inputs placeholder - $inputType - $value 1`]
"childNodes": [
{
"attributes": {
"display": "block",
"fill": "grey",
"height": 30,
"style": "width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"width": 100,
"x": 0,
"y": 0,
},
"childNodes": [],
"id": 170,
Expand All @@ -2640,9 +2648,11 @@ exports[`replay/transform transform inputs placeholder - $inputType - $value 1`]
},
{
"attributes": {
"display": "block",
"dominant-baseline": "middle",
"fill": "white",
"font-size": "30",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"text-anchor": "middle",
"x": "50%",
"y": "50%",
Expand Down Expand Up @@ -3080,10 +3090,13 @@ exports[`replay/transform transform omitting x and y is equivalent to setting th
"childNodes": [
{
"attributes": {
"display": "block",
"fill": "grey",
"height": 30,
"style": "width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"width": 100,
"x": 0,
"y": 0,
},
"childNodes": [],
"id": 115,
Expand All @@ -3092,9 +3105,11 @@ exports[`replay/transform transform omitting x and y is equivalent to setting th
},
{
"attributes": {
"display": "block",
"dominant-baseline": "middle",
"fill": "white",
"font-size": "30",
"style": "background-color: grey;width: 100px;height: 30px;position: fixed;left: 0px;top: 0px;",
"text-anchor": "middle",
"x": "50%",
"y": "50%",
Expand Down

0 comments on commit dd562b2

Please sign in to comment.