Skip to content

Commit

Permalink
Update tests/testthat/test-shinytest2-tm_t_crosstable.R
Browse files Browse the repository at this point in the history
Co-authored-by: André Veríssimo <211358+averissimo@users.noreply.github.com>
Signed-off-by: kartikeya kirar <kirar.kartikeya1@gmail.com>
  • Loading branch information
kartikeyakirar and averissimo authored Apr 17, 2024
1 parent 5cca796 commit 8e561ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-shinytest2-tm_t_crosstable.R
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ test_that("e2e - tm_t_crosstable: Verify module displays data table", {
app_driver <- app_driver_tm_t_crosstable()

# table
testthat::expect_true(app_driver$is_visible(selector = app_driver$active_module_element("table-with-settings")))
testthat::expect_true(app_driver$is_visible(selector = app_driver$active_module_element("table-table-with-settings")))

app_driver$stop()
})
Expand Down

0 comments on commit 8e561ce

Please sign in to comment.