Skip to content

Commit

Permalink
test(visual): set keys in group
Browse files Browse the repository at this point in the history
  • Loading branch information
Niklas Kiefer committed Sep 14, 2023
1 parent 4ac61f1 commit dd9a9ac
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions e2e/visual/fixtures/groups.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,15 @@
"type": "textfield",
"id": "Textfield_1",
"label": "Textfield 1",
"defaultValue": "Hello groups"
"defaultValue": "Hello groups",
"key": "textfield_1"
},
{
"type": "checkbox",
"id": "Checkbox_1",
"label": "Checkbox 1",
"defaultValue": true
"defaultValue": true,
"key": "checkbox_1"
}
]
}
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit dd9a9ac

Please sign in to comment.