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
The app works fine. But the shinytest script throws these errors:
> app$executeScript(script)
Error in session_makeRequest(self, private, endpoint, data, params, headers) :
undefined is not an object (evaluating 'HTMLWidgets.getInstance(hot1).hot')
> app$executeScript(script2)
Error in session_makeRequest(self, private, endpoint, data, params, headers) :
undefined is not an object (evaluating 'document.getElementById('hot2').htmlwidget_data_init_result.hot')
The text was updated successfully, but these errors were encountered:
Hello,
The app:
The shinytest script:
No problem.
Now, replace
output[["hot2"]]
withThe app works fine. But the shinytest script throws these errors:
The text was updated successfully, but these errors were encountered: