Skip to content

Commit

Permalink
adding correct validation msg
Browse files Browse the repository at this point in the history
  • Loading branch information
kartikeyakirar committed May 1, 2024
1 parent f5e25cc commit ecb5a32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_t_ancova.R
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ testthat::test_that("e2e - tm_t_ancova: Deselection of arm_var-variable throws v
app_driver$expect_validation_error()
testthat::expect_equal(
app_driver$active_module_element_text("arm_var-dataset_ADSL_singleextract-select_input .shiny-validation-message"),
"`Select Endpoint` is not selected."
"Treatment variable must be selected"
)
app_driver$stop()
})
Expand Down

0 comments on commit ecb5a32

Please sign in to comment.