I am trying to set up shinytest with an app that uses shinydashboard.
How can I switch to a specific tabItem? The recorder doesn' change anything it only records the sidepanel modifications but doesn't actually change the view...
i.e. the only command I found is app$setInputs(sidebarItemExpanded = "name")
I guess, I am looking for something like tabsetPanel, only for shinydashboard.
Could you please guide me the correct doc?
Thx,
B