Skip to content

Commit

Permalink
cleanup: remove debugging screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
averissimo committed Apr 17, 2024
1 parent a6c801e commit a5a49d0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/testthat/test-examples.R
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a5a49d0

Please sign in to comment.