Skip to content

Commit

Permalink
remove test
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Mar 28, 2024
1 parent 9edf512 commit 92890d5
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions tests/testthat/test-shinytest2-module_bookmark_manager.R
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,3 @@ testthat::test_that("bookmark_manager_button is hidden by default", {
"display: none;"
)
})


test_that("bookmark_manager_button is hidden when enableBookmarking = 'url'", {
skip_if_too_deep(5)
app <- TealAppDriver$new(
data = simple_teal_data(),
modules = example_module(label = "Example Module"),
enableBookmarking = "url"
)
on.exit(app$stop())
app$wait_for_idle(timeout = default_idle_timeout)
testthat::expect_identical(
app$get_attr(".bookmark_manager_button", "style"),
"display: none;"
)
})

0 comments on commit 92890d5

Please sign in to comment.