Skip to content

Commit c610c8c

Browse files
committed
Accept new snapshots
1 parent 65646d8 commit c610c8c

17 files changed

+16
-22
lines changed

.github/workflows/R-CMD-check.yaml

-7
Original file line numberDiff line numberDiff line change
@@ -66,13 +66,6 @@ jobs:
6666
run: |
6767
Rscript -e 'library(reticulate); use_python(install_python()); py_install(c("kaleido", "plotly"))'
6868
69-
- name: Install shinytest deps
70-
if: matrix.config.shinytest == true
71-
run: |
72-
Rscript -e 'shinytest::installDependencies()'
73-
R CMD install .
74-
shell: bash
75-
7669
# Run test() before R CMD check since, for some reason, rcmdcheck::rcmdcheck() skips vdiffr tests
7770
- name: Run Tests
7871
run: |

DESCRIPTION

+1-1
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

+1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

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

+1-1
Loading

tests/testthat/test-plotly-shiny.R

+1-1
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)