Skip to content

Commit

Permalink
remove app$wait_for_idle() from failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
iglauss committed Jul 25, 2024
1 parent 9d565ec commit 94ed6a2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/testthat/test-mod_clinical_timelines.R
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ test_that("local filters are resetted (only) after dataset switch" %>%
"rel" = app$get_value(input = "mod-filter-drug_rel_AE")
)
app$set_inputs(selector = "dummyData2")
app$wait_for_idle()
actual_after <- c(
"sae" = app$get_value(input = "mod-filter-serious_AE"),
"soc" = app$get_value(input = "mod-filter-soc"),
Expand Down

0 comments on commit 94ed6a2

Please sign in to comment.