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
PR #157 introduces some fancy JS callbacks for the jsTree. These need to be figured out how to be tested correctly.
Right now, the issue is that flask returns the HTML and then async calls (AJAX) pull data and update the DOM. I want to test those post-DOM-modifications, but can't figure out how.
The text was updated successfully, but these errors were encountered:
PR #157 introduces some fancy JS callbacks for the jsTree. These need to be figured out how to be tested correctly.
Right now, the issue is that flask returns the HTML and then async calls (AJAX) pull data and update the DOM. I want to test those post-DOM-modifications, but can't figure out how.
The text was updated successfully, but these errors were encountered: