We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e42ecdc commit 67442a2Copy full SHA for 67442a2
tests/testthat/test-cjs_update_bars.R
@@ -33,7 +33,6 @@ test_that("chartjsProxy defaults work", {
33
34
# Run the application
35
app <- shinytest2::AppDriver$new(shinyApp(ui = ui, server = server))
36
- app$get_screenshot()
37
38
observed_labels <- unlist(app$get_js("get_chartjs('distPlot').data.labels"))
39
observed_data <- unlist(app$get_js("get_chartjs('distPlot').data.datasets[0].data"))
0 commit comments