Add test coverage for rows
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
This commit is contained in:
parent
b91de6e8e9
commit
f13cd5afda
15
tests/schema/fixtures/dashboard-0002.json
Normal file
15
tests/schema/fixtures/dashboard-0002.json
Normal file
@ -0,0 +1,15 @@
|
||||
{
|
||||
"dashboard": {
|
||||
"rows": [
|
||||
{
|
||||
"collapse": false,
|
||||
"editable": true,
|
||||
"height": "250px",
|
||||
"panels": [],
|
||||
"showTitle": false,
|
||||
"title": "New row"
|
||||
}
|
||||
],
|
||||
"title": "New dashboard"
|
||||
}
|
||||
}
|
5
tests/schema/fixtures/dashboard-0002.yaml
Normal file
5
tests/schema/fixtures/dashboard-0002.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
dashboard:
|
||||
title: New dashboard
|
||||
rows:
|
||||
- title: New row
|
||||
height: 250px
|
Loading…
x
Reference in New Issue
Block a user