Skip to content

Commit

Permalink
fix: wait for idle after clicking the fit
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed Dec 10, 2024
1 parent 556a6a2 commit a2da0c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-shinytest2-tm_a_mmrm.R
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ app_driver_tm_a_mmrm <- function(fit_model = TRUE) {
)
if (fit_model) {
app_driver$click(selector = app_driver$active_module_element("button_start"))
app_driver$wait_for_idle()
}
app_driver
}
Expand Down

0 comments on commit a2da0c5

Please sign in to comment.