Skip to content

Commit 572d065

Browse files
committed
validate new shinytest baselines
1 parent 1587f90 commit 572d065

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

inst/examples/shiny/event_data/tests/mytest-expected/001.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"plotType": "ggplotly"
44
},
55
"output": {
6-
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
7-
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
6+
"brushed": "[1] \"Brush extents appear here (double-click to clear)\"",
7+
"brushing": "[1] \"Brush extents appear here (double-click to clear)\"",
88
"click": "[1] \"Click events appear here (double-click to clear)\"",
99
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
1010
"plot": {
@@ -449,8 +449,8 @@
449449
}
450450
]
451451
},
452-
"selected": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\"",
453-
"selecting": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\""
452+
"selected": "[1] \"Brushed points appear here (double-click to clear)\"",
453+
"selecting": "[1] \"Brush points appear here (double-click to clear)\""
454454
},
455455
"export": {
456456

-2.15 KB
Loading

inst/examples/shiny/event_data/tests/mytest-expected/002.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
"plotType": "ggplotly"
2121
},
2222
"output": {
23-
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
24-
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
23+
"brushed": "[1] \"Brush extents appear here (double-click to clear)\"",
24+
"brushing": "[1] \"Brush extents appear here (double-click to clear)\"",
2525
"click": " curveNumber pointNumber x y customdata\n1 0 7 24.4 3.19 Merc 240D",
2626
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
2727
"plot": {
@@ -466,8 +466,8 @@
466466
}
467467
]
468468
},
469-
"selected": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\"",
470-
"selecting": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\""
469+
"selected": "[1] \"Brushed points appear here (double-click to clear)\"",
470+
"selecting": "[1] \"Brush points appear here (double-click to clear)\""
471471
},
472472
"export": {
473473

-2.2 KB
Loading
170 Bytes
Loading

inst/examples/shiny/event_data/tests/mytest-expected/004.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"plotType": "ggplotly"
2626
},
2727
"output": {
28-
"brushed": "[1] \"Extents of the selection brush will appear here.\"",
29-
"brushing": "[1] \"Extents of the selection brush will appear here.\"",
28+
"brushed": "[1] \"Brush extents appear here (double-click to clear)\"",
29+
"brushing": "[1] \"Brush extents appear here (double-click to clear)\"",
3030
"click": "[1] \"Click events appear here (double-click to clear)\"",
3131
"hover": "[1] \"Hover events appear here (unhover to clear)\"",
3232
"plot": {
@@ -471,8 +471,8 @@
471471
}
472472
]
473473
},
474-
"selected": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\"",
475-
"selecting": "[1] \"Click and drag events (i.e., select/lasso) appear here (double-click to clear)\""
474+
"selected": "[1] \"Brushed points appear here (double-click to clear)\"",
475+
"selecting": "[1] \"Brush points appear here (double-click to clear)\""
476476
},
477477
"export": {
478478

-2.15 KB
Loading

0 commit comments

Comments
 (0)