Skip to content

Commit

Permalink
test(041): Slow down test to wait for value (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
schloerke authored Jun 13, 2023
1 parent 13a708b commit 19c0b07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions inst/apps/041-dynamic-ui/tests/testthat/test-mytest.R
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,9 @@ test_that("Migrated shinytest test: mytest.R", {
app$expect_screenshot()

app$set_inputs(input_type = "date")
app$wait_for_idle() # linux 4.0 has some issues; add some delay
app$set_inputs(dynamic = "2020-01-31")
app$wait_for_idle() # linux 4.0 has some issues; add some delay
app$expect_values()
app$expect_screenshot()

Expand Down

0 comments on commit 19c0b07

Please sign in to comment.