tests/testthat/apps/files-app-server/ui.R

fluidPage(
  textInput("name", "What is your name?"),
  actionButton("greet", "Greet"),
  textOutput("greeting"),
  tags$br(),
  # consistenly sized box and consistent across OS
  tags$div(
    id = "custom_div",
    style = "width: 100px;height: 100px;"
  )
)
rstudio/shinytest2 documentation built on March 29, 2025, 10:58 p.m.