I am trying to use shinytest to simulate the following user action within an app built on shinydashboard:
user clicks on a sidebar menuItem which expands to reveal a number of menuSubItem
user clicks on a sidebar menuSubItem which should update the tab shown in dashboardBody
The code below illustrates how such an app might look. The problem is that when recordTest(".") is run for this app and the steps above are followed, the test script returned doesn't contain any reference to user selection of menuSubItems:
This seems related to issue #167 which has been marked as closed, but I'm still unable to resolve the problem above. I'm using the dev versions of both shinydashboard and shinytest.
I am trying to use
shinytestto simulate the following user action within an app built onshinydashboard:menuItemwhich expands to reveal a number ofmenuSubItemmenuSubItemwhich should update the tab shown indashboardBodyThe code below illustrates how such an app might look. The problem is that when
recordTest(".")is run for this app and the steps above are followed, the test script returned doesn't contain any reference to user selection ofmenuSubItems:This seems related to issue #167 which has been marked as closed, but I'm still unable to resolve the problem above. I'm using the dev versions of both
shinydashboardandshinytest.The text was updated successfully, but these errors were encountered: