update test
This commit is contained in:
parent
71d880c3e1
commit
62819ce70c
4 changed files with 581 additions and 572 deletions
29
e2etests/testdata/regression/empty_md_measurement/dagre/board.exp.json
generated
vendored
29
e2etests/testdata/regression/empty_md_measurement/dagre/board.exp.json
generated
vendored
|
|
@ -48,11 +48,11 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 27,
|
"x": 24,
|
||||||
"y": 166
|
"y": 166
|
||||||
},
|
},
|
||||||
"width": 0,
|
"width": 5,
|
||||||
"height": 0,
|
"height": 5,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 0,
|
"x": 0,
|
||||||
"y": 266
|
"y": 271
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -194,13 +194,22 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 0
|
"y": 66
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 0
|
"y": 106
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 26.5,
|
||||||
|
"y": 126
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"x": 26.5,
|
||||||
|
"y": 166
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"isCurve": true,
|
||||||
"animated": false,
|
"animated": false,
|
||||||
"tooltip": "",
|
"tooltip": "",
|
||||||
"icon": null,
|
"icon": null,
|
||||||
|
|
@ -232,19 +241,19 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 0
|
"y": 171
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 172.8
|
"y": 211
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 226
|
"y": 231
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 26.5,
|
"x": 26.5,
|
||||||
"y": 266
|
"y": 271
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"isCurve": true,
|
"isCurve": true,
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
12
e2etests/testdata/regression/empty_md_measurement/elk/board.exp.json
generated
vendored
12
e2etests/testdata/regression/empty_md_measurement/elk/board.exp.json
generated
vendored
|
|
@ -48,11 +48,11 @@
|
||||||
"id": "b",
|
"id": "b",
|
||||||
"type": "text",
|
"type": "text",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 38,
|
"x": 36,
|
||||||
"y": 148
|
"y": 148
|
||||||
},
|
},
|
||||||
"width": 0,
|
"width": 5,
|
||||||
"height": 0,
|
"height": 5,
|
||||||
"opacity": 1,
|
"opacity": 1,
|
||||||
"strokeDash": 0,
|
"strokeDash": 0,
|
||||||
"strokeWidth": 2,
|
"strokeWidth": 2,
|
||||||
|
|
@ -89,7 +89,7 @@
|
||||||
"type": "rectangle",
|
"type": "rectangle",
|
||||||
"pos": {
|
"pos": {
|
||||||
"x": 12,
|
"x": 12,
|
||||||
"y": 218
|
"y": 223
|
||||||
},
|
},
|
||||||
"width": 53,
|
"width": 53,
|
||||||
"height": 66,
|
"height": 66,
|
||||||
|
|
@ -232,11 +232,11 @@
|
||||||
"route": [
|
"route": [
|
||||||
{
|
{
|
||||||
"x": 38.5,
|
"x": 38.5,
|
||||||
"y": 148
|
"y": 153
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"x": 38.5,
|
"x": 38.5,
|
||||||
"y": 218
|
"y": 223
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"animated": false,
|
"animated": false,
|
||||||
|
|
|
||||||
File diff suppressed because it is too large
Load diff
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
Loading…
Reference in a new issue