Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
vedhav committed May 16, 2024
1 parent f3a2141 commit 68aefec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-table_with_settings_ui.R
Original file line number Diff line number Diff line change
Expand Up @@ -317,9 +317,9 @@ testthat::test_that(
testthat::expect_false(is_visible("#table_with_settings-modal_downbutton-dwnl", app_driver))

app_driver$click(selector = "#table_with_settings-expand")
app_driver$wait_for_idle(timeout = default_idle_timeout)
app_driver$wait_for_element_stability()
app_driver$click(selector = "#table_with_settings-modal_downbutton-dwnl")
app_driver$wait_for_idle(timeout = default_idle_timeout)
app_driver$wait_for_element_stability()

pagination <-
"#dropdown-menu-table_with_settings-modal_downbutton-dwnl .paginate-ui .form-group.shiny-input-container"
Expand Down

0 comments on commit 68aefec

Please sign in to comment.