Skip to content

Commit

Permalink
Merge pull request #1609 from DataDog/mconstantin/rum-1004/sr-add-fun…
Browse files Browse the repository at this point in the history
…ctional-tests-for-checkbox-and-radio-buttons

RUM-1004 Add the SR functional tests for checkboxes and radiobuttons
  • Loading branch information
mariusc83 authored Sep 14, 2023
2 parents b9b5bd5 + b6a2170 commit 206dcd2
Show file tree
Hide file tree
Showing 28 changed files with 951 additions and 27 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,237 @@
[{
"type": 4,
"data": {
"width": 411,
"height": 914
}
}, {
"type": 6,
"data": {
"has_focus": true
}
}, {
"type": 10,
"data": {
"wireframes": [
{
"width": 411,
"height": 914,
"shapeStyle": {
"backgroundColor": "#303030ff",
"opacity": 1.0
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Default CheckBox",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#a538afff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#a538afff",
"width": 1
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "App Compat CheckBox",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#cc0000ff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#cc0000ff",
"width": 1
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Material CheckBox",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#ffbb33ff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"border": {
"color": "#ffbb33ff",
"width": 1
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Default Radio",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#a538afff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#a538afff",
"width": 1
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "App Compat Radio",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#cc0000ff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#cc0000ff",
"width": 1
},
"type": "shape"
},
{
"width": 395,
"height": 32,
"type": "text",
"text": "Material Radio",
"textStyle": {
"family": "roboto, sans-serif",
"size": 14,
"color": "#ffbb33ff"
},
"textPosition": {
"padding": {
"top": 6,
"bottom": 6,
"left": 32,
"right": 0
},
"alignment": {
"horizontal": "left",
"vertical": "center"
}
}
},
{
"width": 16,
"height": 16,
"shapeStyle": {
"opacity": 1.0,
"cornerRadius": 10
},
"border": {
"color": "#ffbb33ff",
"width": 1
},
"type": "shape"
},
{
"width": 411,
"height": 56,
"type": "placeholder",
"label": "Toolbar"
}
]
}
}]
Loading

0 comments on commit 206dcd2

Please sign in to comment.