Skip to content

Commit

Permalink
update checkbox test for class
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 23, 2024
1 parent 7d2ae49 commit acbbdb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/testthat/test-f7Checkbox.R
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ test_that("checkboxgroup tag", {
expect_identical(checkbox_group[[2]]$attribs$id, "checkboxgroup")
expect_identical(
checkbox_group[[2]]$attribs$class,
"list list-strong-ios list-outline-ios list-dividers-ios shiny-input-checkboxgroup"
"list chevron-center shiny-input-checkboxgroup"
)

# Test if items number match the choices param.
Expand Down

0 comments on commit acbbdb6

Please sign in to comment.