Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upError with shinydashboard #167
Comments
|
@dchen71 Could you provide a simple reproducible example? |
|
The relevant package versions are the following:
app.R
To start recording
myTest.R(Test script)
|
|
Thanks, I've been able to reproduce it. It seems likely that it's an issue with shinydashboard. |
|
Does it seem like an issue over on my end or with the package itself? If it's with the package, should I close this bug and open it up on shinydashboard instead? |
|
Sure, I'm already working on a fix, but it wouldn't hurt to open an issue on shinydashboard. |
|
Hi! I'm facing the same issue when trying to run a test with a shinydashboard app. Is there any news about the fix? Is there any workaround meanwhile? Thanks! |
|
Hi all, I've fixed this in the dev version of shinydashboard. |
|
I have a related issue when trying to test/ Using the app provided by @dchen71 above, the code below is recorded in which the 'Widgets'
After running the commands above, and running
Is it possible to select a sidebarItem after expanding the parent? |
|
Same problem in shinydashboard where I have a |
I am having problems running tests using shinydashboard. For instance, I get
Unable to find input binding for element with id sidebarCollapsedif I were to use sidebars. Similarly, I get errors with testing the tabitems with sidebarItemExpanded.