Hello
I want to use shinytest in an app but I get this error:
Running mytest.R Error in session_makeRequest(self, private, endpoint, data, params, headers) :
Unable to find input binding for element with id OrganismLifestage
This error appears when I test the inputs related with renderUI()/htmlOutput()
I can not find out how to solve this, I only tried adding Sys.sleep() in the test.R file but it does not work
Thank you!