Nothing
test_that("useNavigationType() renders navigation type", {
skip_on_cran()
app <- shinytest2::AppDriver$new(
app_dir = testthat::test_path("test-apps", "UseNavigationType")
)
app$wait_for_idle()
nav_type_text <- app$get_text("#navType")
expect_equal(nav_type_text, "POP")
})
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.