Skip to content

Commit 67442a2

Browse files
authored
Update test-cjs_update_bars.R
1 parent e42ecdc commit 67442a2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/testthat/test-cjs_update_bars.R

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ test_that("chartjsProxy defaults work", {
3333

3434
# Run the application
3535
app <- shinytest2::AppDriver$new(shinyApp(ui = ui, server = server))
36-
app$get_screenshot()
3736

3837
observed_labels <- unlist(app$get_js("get_chartjs('distPlot').data.labels"))
3938
observed_data <- unlist(app$get_js("get_chartjs('distPlot').data.datasets[0].data"))

0 commit comments

Comments
 (0)