• Sam Saccone's avatar
    tests: Fix flakey list tests. · 4176377a
    Sam Saccone authored
    This test was causing us issues on CI for several reasons. The first
    being that we were touching the DOM outside of webdrivers promise loop
    (via Q). The second cause of issues was that we were holding onto DOM
    nodes for a long time after we first queried the DOM, allowing the
    pointers to potentially go stale.
    4176377a
page.js 8.3 KB