Skip to content

Commit 8bebda0

Browse files
committed
Modify the app driver to match the previous behavior on test.
1 parent fe758fc commit 8bebda0

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

tests/testthat/test-shinytest2-tm_front_page.R

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ app_driver_tm_front_page <- function() {
88
data = data,
99
modules = tm_front_page(
1010
label = "Front page",
11+
datanames = "all",
1112
header_text = c(
1213
"Important information" = "It can go here.",
1314
"Other information" = "Can go here."

tests/testthat/test-shinytest2-tm_misssing_data.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ app_driver_tm_missing_data <- function() {
1919
label = "Missing data",
2020
plot_height = c(600, 400, 5000),
2121
plot_width = NULL,
22-
datanames = "mtcars",
22+
datanames = "all",
2323
ggtheme = "gray",
2424
ggplot2_args = list(
2525
"Combinations Hist" = teal.widgets::ggplot2_args(

0 commit comments

Comments
 (0)