Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Fix nondeterministically failing zoomFeature cypress test The "range changes in chartview should reflect in zoom" test in chartView_zoomFeature.cy.js fails because as time passes, the coordinates in the ramp that correspond to the desired zoom area change. Let's add an "until" filter to the relevant cypress tests to stop this from happening
- Loading branch information