diff --git a/tests/testthat/test-examples.R b/tests/testthat/test-examples.R index 1dbb3cca3..94035bd22 100644 --- a/tests/testthat/test-examples.R +++ b/tests/testthat/test-examples.R @@ -110,8 +110,6 @@ with_mocked_app_bindings <- function(code) { if (!is.null(err_el <- app_driver$get_html(".shiny-input-container.has-error:not(.shiny-output-error-validation)"))) { # nolint line_length_linter. stop(sprintf("shinyvalidate error is observed:\n%s", err_el)) } - - app_driver$get_screenshot(sprintf("~/%s", uuid::UUIDgenerate())) } # support both `shinyApp(...)` as well as prefixed `shiny::shinyApp(...)` calls