Nothing
test_that("test-site", {
session <- selenider_test_session()
open_url("https://ashbythorpe.github.io/selenider/articles/test-site.html")
elem_expect(s(".toggleable"), !is_visible)
elem_click(s("#toggle_div"))
elem_expect(s(".toggleable"), is_visible, has_text("Hello"))
elem_click(s("#toggle_div"))
elem_expect(s(".toggleable"), !is_visible)
elem_expect(
elem_children(s(".buttons"))[[1]],
is_enabled
)
elem_expect(
elem_children(s(".buttons"))[[2]],
is_disabled
)
})
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.