Skip to content

Commit

Permalink
Regenerate payload for Session Replay integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ambushwork committed Oct 7, 2024
1 parent 489655b commit 537f112
Show file tree
Hide file tree
Showing 35 changed files with 587 additions and 689 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": 4,
"data": {
"width": 411,
"height": 914
"height": 866
}
}, {
"type": 6,
Expand All @@ -14,17 +14,13 @@
"data": {
"wireframes": [
{
"width": 411,
"height": 914,
"shapeStyle": {
"backgroundColor": "#303030ff",
"opacity": 1.0
},
"type": "shape"
},
{
"width": 172,
"height": 19,
"type": "text",
"text": "Welcome to Session Replay",
"textStyle": {
Expand All @@ -46,23 +42,15 @@
}
},
{
"width": 88,
"height": 48,
"shapeStyle": {
"backgroundColor": "#5a595bff",
"backgroundColor": "#ffffffff",
"opacity": 1.0
},
"type": "shape"
},
{
"width": 88,
"height": 48,
"border": {
"color": "#000000ff",
"width": 1
},
"type": "text",
"text": "Click Me",
"text": "CLICK ME",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
Expand All @@ -82,10 +70,32 @@
}
},
{
"width": 411,
"height": 56,
"type": "placeholder",
"label": "Toolbar"
"shapeStyle": {
"backgroundColor": "#212121ff",
"opacity": 1.0
},
"type": "shape"
},
{
"type": "text",
"text": "Session Replay (End to End)",
"textStyle": {
"family": "roboto, sans-serif",
"size": 20,
"color": "#ffffffff"
},
"textPosition": {
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "top"
}
}
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": 4,
"data": {
"width": 411,
"height": 914
"height": 866
}
}, {
"type": 6,
Expand All @@ -14,17 +14,13 @@
"data": {
"wireframes": [
{
"width": 411,
"height": 914,
"shapeStyle": {
"backgroundColor": "#303030ff",
"opacity": 1.0
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Default CheckBox",
"textStyle": {
Expand All @@ -46,17 +42,10 @@
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#a538afff",
"width": 1
},
"type": "shape"
"type": "image",
"isEmpty": false
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "App Compat CheckBox",
"textStyle": {
Expand All @@ -78,17 +67,10 @@
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#cc0000ff",
"width": 1
},
"type": "shape"
"type": "image",
"isEmpty": false
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Material CheckBox",
"textStyle": {
Expand All @@ -110,17 +92,10 @@
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#ffbb33ff",
"width": 1
},
"type": "shape"
"type": "image",
"isEmpty": false
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Default Radio",
"textStyle": {
Expand All @@ -142,21 +117,10 @@
}
},
{
"width": 16,
"height": 16,
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#a538afff",
"width": 1
},
"type": "shape"
"type": "image",
"isEmpty": false
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "App Compat Radio",
"textStyle": {
Expand All @@ -178,21 +142,10 @@
}
},
{
"width": 16,
"height": 16,
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#cc0000ff",
"width": 1
},
"type": "shape"
"type": "image",
"isEmpty": false
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Material Radio",
"textStyle": {
Expand All @@ -214,23 +167,36 @@
}
},
{
"width": 16,
"height": 16,
"type": "image",
"isEmpty": false
},
{
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#ffbb33ff",
"width": 1
"backgroundColor": "#212121ff",
"opacity": 1.0
},
"type": "shape"
},
{
"width": 411,
"height": 56,
"type": "placeholder",
"label": "Toolbar"
"type": "text",
"text": "Session Replay Sensitive Fields (End to…",
"textStyle": {
"family": "roboto, sans-serif",
"size": 20,
"color": "#ffffffff"
},
"textPosition": {
"padding": {
"top": 0,
"bottom": 0,
"left": 0,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "top"
}
}
}
]
}
Expand Down
Loading

0 comments on commit 537f112

Please sign in to comment.