Skip to content

Commit 131e2af

Browse files
committed
Accept new snapshots
1 parent 65646d8 commit 131e2af

File tree

16 files changed

+16
-15
lines changed

16 files changed

+16
-15
lines changed

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Suggests:
5757
testthat,
5858
knitr,
5959
shiny (>= 1.1.0),
60-
shinytest (>= 1.3.0),
60+
shinytest2,
6161
curl,
6262
rmarkdown,
6363
Cairo,

tests/testthat/_snaps/ggplot-contour/raster-contour-binned.svg

Lines changed: 1 addition & 0 deletions
Loading

tests/testthat/_snaps/ggplot-facets/3-panels.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/barley.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-mult.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-x.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y-2.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free-y.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-facets/facet-wrap-free.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-map/map-facet.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-point/all-shapes.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-smooth/smooth-facet.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/ggplot-theme/theme-panel-border-2.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/mean-error-bars/error-rect-alpha.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/_snaps/plotly-subplot/plotly-subplot-ggmatrix.svg

Lines changed: 1 addition & 1 deletion
Loading

tests/testthat/test-plotly-shiny.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ test_that("event_data shiny app works", {
2323
skip_shinytest_tests()
2424

2525
appdir <- system.file(package = "plotly", "examples", "shiny", "event_data")
26-
shinytest::expect_pass(shinytest::testApp(appdir))
26+
shiny::runTests(appdir)
2727
})

0 commit comments

Comments
 (0)