Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
DivadNojnarg committed Mar 23, 2024
1 parent e68bb0f commit c604221
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/testthat/test-f7Swipeout.R
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_that("swipeout works", {
expect_error(f7Swipeout(tag = div()))
expect_error(f7Swipeout(tag = shiny::div()))
swipeout <- f7Swipeout(
tag = div(class = "parent", div(class = "content")),
tag = shiny::div(class = "parent", shiny::div(class = "content")),
left = f7SwipeoutItem(id = "1", "test"),
right = f7SwipeoutItem(id = "2", "test2", color = "blue")
)
Expand Down

0 comments on commit c604221

Please sign in to comment.