Skip to content

Commit

Permalink
wait for idle
Browse files Browse the repository at this point in the history
  • Loading branch information
hypebright committed May 1, 2024
1 parent 06dc183 commit 39cd327
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/testthat/test-f7VirtualList.R
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ test_that("virtualList works as expected", {
app$expect_values(input = "vlist")
app$click(selector = "#prependItems")
app$click(selector = "#moveItem")
app$wait_for_idle(1000)
app$expect_values(input = "vlist")
# Set search bar value
app$wait_for_js("var searchbarEl = document.getElementById('search1'); app.searchbar.search(searchbarEl, 'Title 1000')")
Expand Down

0 comments on commit 39cd327

Please sign in to comment.