Skip to content

Commit

Permalink
Update tests/testthat/test-shinytest2-tm_data_table.R
Browse files Browse the repository at this point in the history
Co-authored-by: Marcin <133694481+m7pr@users.noreply.github.com>
Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
  • Loading branch information
kartikeyakirar and m7pr authored Apr 16, 2024
1 parent 10d2106 commit 85674b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_data_table.R
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 85674b1

Please sign in to comment.