Skip to content

Commit

Permalink
tests(sidebar): Remove incidentally passing but outdated test (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
gadenbuie authored Feb 22, 2024
1 parent 5d82e07 commit 469b36a
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 6 deletions.
Binary file modified inst/fonts/4iCv6KVjbNBYlgoCxCvTtA.woff
Binary file not shown.
Binary file modified inst/fonts/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff
Binary file not shown.
Binary file modified inst/fonts/HI_diYsKILxRpg3hIP6sJ7fM7PqPMcMnZFqUwX28DMyQhM0.woff
Binary file not shown.
Binary file not shown.
Binary file modified inst/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w9.woff
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
6 changes: 0 additions & 6 deletions tests/testthat/test-sidebar.R
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,6 @@ test_that("sidebar(open =) ensures backwards compatibility of defaults", {
)
})

test_that("sidebar(open = 'always') doesn't include the collapse toggle", {
expect_null(
sidebar(open = "always")$collapse_tag
)
})

test_that("sidebar() - assigns input binding class if `id` is provided", {
my_sidebar <- as.tags(sidebar(id = "my-id", open = sidebar_open_on()))

Expand Down

0 comments on commit 469b36a

Please sign in to comment.