Skip to content

Commit

Permalink
test: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
dyaskur committed Dec 15, 2024
1 parent ff16cba commit 7bce403
Showing 1 changed file with 42 additions and 0 deletions.
42 changes: 42 additions & 0 deletions tests/json/vote_card.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,27 @@
{
"collapsible": true,
"uncollapsibleWidgetsCount": 1,
"collapseControl": {
"horizontalAlignment": "CENTER",
"collapseButton": {
"icon": {
"materialIcon": {
"name": "visibility_off"
}
},
"text": "Hide Voters",
"type": "BORDERLESS"
},
"expandButton": {
"icon": {
"materialIcon": {
"name": "visibility"
}
},
"text": "Show Voters",
"type": "BORDERLESS"
}
},
"widgets": [
{
"decoratedText": {
Expand Down Expand Up @@ -92,6 +113,27 @@
{
"collapsible": true,
"uncollapsibleWidgetsCount": 1,
"collapseControl": {
"horizontalAlignment": "CENTER",
"collapseButton": {
"icon": {
"materialIcon": {
"name": "visibility_off"
}
},
"text": "Hide Voters",
"type": "BORDERLESS"
},
"expandButton": {
"icon": {
"materialIcon": {
"name": "visibility"
}
},
"text": "Show Voters",
"type": "BORDERLESS"
}
},
"widgets": [
{
"decoratedText": {
Expand Down

0 comments on commit 7bce403

Please sign in to comment.