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
When using the shinydashboard::sidebarMenu, shinytest is unable to identify the sidebar in the inputs. This only occurs when using the shinydashboardPlus::dashboardPage. When I print the shinytest listWidgets, there is no sidebar element in the inputs.
I have tried the following: This works (using just shiny dashboard) Code
When using the shinydashboard::sidebarMenu, shinytest is unable to identify the sidebar in the inputs. This only occurs when using the shinydashboardPlus::dashboardPage. When I print the shinytest listWidgets, there is no sidebar element in the inputs.
I have tried the following:
This works (using just shiny dashboard)
Code
Output
This does not work (using plus dashboard page with normal sidebar):
Output
This does not work (using plus dashboard page with plus sidebar):
Output
This does not work (using plus dashboard page with plus sidebar with id):
Output
Without compatibility with shinytest, it is making it impossible to run UI snapshot simulation tests using shinydashboardPlus.
The text was updated successfully, but these errors were encountered: