tests/testthat/test-keys.R

test_that("key_chord() works", {
  expect_equal(
    key_chord(keys$enter, keys$shift, "A"),
    paste0(keys$enter, keys$shift, "A", keys$null)
  )
})

Try the selenium package in your browser

Any scripts or data that you put into this service are public.

selenium documentation built on Sept. 30, 2024, 9:22 a.m.