Skip to content

Commit

Permalink
Update tests/testthat/test-shinytest2-tm_misssing_data.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 f2adb4f commit 7a3ed09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_misssing_data.R
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ test_that("e2e: Validate functionality and UI response for 'By Variable Levels'"
c("NA", "setosa", "versicolor", "virginica")
)

app_driver$set_module_input(input_id = "iris-group_by_vals", c("versicolor", "virginica"))
app_driver$set_active_module_input(input_id = "iris-group_by_vals", c("versicolor", "virginica"))
app_driver$expect_no_validation_error()

testthat::expect_equal(
Expand Down

0 comments on commit 7a3ed09

Please sign in to comment.