rstudio / shinycoreci-apps

SUPERSEDED - Apps for Shiny continuous integration testing
Other
36 stars 4 forks source link

GHA: shinyjster test failures due to "quosure" changes #165

Closed MadhulikaTanuboddi closed 2 years ago

MadhulikaTanuboddi commented 2 years ago

shinyjster tests on apps started failing in the build https://github.com/rstudio/shinycoreci-apps/actions/runs/1044434863

https://github.com/rstudio/shinycoreci-apps/runs/3101893859?check_suite_focus=true#step:32:296

local repro example when running shinyjster test..

> runApp('apps/001-hello')
Listening on http://127.0.0.1:3717
Warning: Error in eval_tidy: object 'input' not found
  1: runApp
Warning: Error in eval_tidy: object 'input' not found
  1: runApp
Warning: Error in eval_tidy: object 'input' not found
  1: runApp
Warning: Error in jster_message: could not find function "jster_message"
  38: callback

This is caused due to https://github.com/rstudio/shiny/pull/3466

schloerke commented 2 years ago

Closed via https://github.com/rstudio/shiny/pull/3468