Skip to content

Commit e320a89

Browse files
committed
debug
1 parent 1e223e1 commit e320a89

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

tests/testthat/test-05-mod_edish.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,7 @@ test_that("the app's state is restored when bookmarking" %>%
7575
# Initialize bookmarked app
7676
bmk_url <- app_bmk$get_value(export = "url")
7777
warning(bmk_url)
78-
warning(app_bmk$get_value(export = "edish-x_rng"))
79-
warning(app_bmk$get_value(export = "edish-x_axis"))
78+
warning(app_bmk$get_value(input = c("edish-x_rng", "edish-x_axis")))
8079
app_rst <- shinytest2::AppDriver$new(app_dir = bmk_url, name = "test_restoring")
8180

8281
app_rst$wait_for_idle()

0 commit comments

Comments
 (0)