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
After yarn upgrade, the JobList had one test failure and the DataBrowser had several. I poked around at the job list failure and it was related to XHR mocking. Either our mocking wasn't adequately reset, or there's a genuine bug in the component that's causing more XHRs to be dispatched than we want. One thing I tried was downgrading vue-async-computed, but that was not the culprit.
The text was updated successfully, but these errors were encountered:
After
yarn upgrade
, the JobList had one test failure and the DataBrowser had several. I poked around at the job list failure and it was related to XHR mocking. Either our mocking wasn't adequately reset, or there's a genuine bug in the component that's causing more XHRs to be dispatched than we want. One thing I tried was downgradingvue-async-computed
, but that was not the culprit.The text was updated successfully, but these errors were encountered: