You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm running into this issue while trying to write a test for a shiny app that uses the new bslib::bs_theme(version = 5). The following reprex appears to work perfectly fine. However, when running using shinytest::recordTest(), it returns the following:
> NULL
> Loading required package: shiny
> Running application in test mode.
This does not occur for theme = bslib::bs_theme(version = 4). Obviously, this is problematic in trying to write a test to make sure the app is on the correct page.
Do you have a sense if there would be any concerns testing app functionality using this approach? (not worrying about the UI changes from bootstrap 4 to 5)
I'm running into this issue while trying to write a test for a shiny app that uses the new bslib::bs_theme(version = 5). The following reprex appears to work perfectly fine. However, when running using shinytest::recordTest(), it returns the following:
This does not occur for
theme = bslib::bs_theme(version = 4)
. Obviously, this is problematic in trying to write a test to make sure the app is on the correct page.thanks!
Created on 2021-11-29 by the reprex package (v2.0.1)
Using:
The text was updated successfully, but these errors were encountered: