diff --git a/tests/testthat/test-shinytest2-tm_data_table.R b/tests/testthat/test-shinytest2-tm_data_table.R index 75113484e..493da25fc 100644 --- a/tests/testthat/test-shinytest2-tm_data_table.R +++ b/tests/testthat/test-shinytest2-tm_data_table.R @@ -28,7 +28,7 @@ test_that("e2e: tm_front_page variable selection", { ) # new variable selection - app_driver$set_module_input("iris-variables", c("Petal.Width", "Species")) + app_driver$set_active_module_input("iris-variables", c("Petal.Width", "Species")) app_driver$expect_no_validation_error() testthat::expect_equal( app_driver$get_active_module_input("iris-variables"),