1. 15 Jul, 2015 5 commits
  2. 14 Jul, 2015 9 commits
  3. 13 Jul, 2015 10 commits
  4. 12 Jul, 2015 15 commits
  5. 11 Jul, 2015 1 commit
    • 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