1. 05 Aug, 2016 1 commit
  2. 21 Jun, 2016 1 commit
  3. 24 May, 2016 1 commit
    • Fix unit and acceptance tests broken in upgrade (squashed) · 4f0aee3f
      Fix syntax error in selectors
      
      .attr() now returns a string (though it can still be passed an integer)
      
      Fixes checkbox test failures
      
      Remove remaining references to jquery.min (in wrong folder)
      
      $.ajax now returns 422 if type is json and body is not JSON, e.g. ''
      
      Substitute prop for attr
      
      Remove references to jquery.min, add jquery.migrate (again)
      
      "Fix" jquery karma config
      
      This wasn't suppoed to survive the merge
      
      This throws an error when called with an 'undefined' error
      
      Fix Karma warning about [re|un]loading the window
      
      Fix path for jquery in cms-squire tests
      
      Move jasmine.clock.uninstall() to afterEach so it runs even on failure
      
      Fix test failing due to timezone issues
      
      Do the timeout before the window scrolling (so handler will not be _.throttled)
      
      Fix an alert() triggered by window.onBeforeUnload while testing in Chrome
      Brian Jacobel committed
  4. 22 Apr, 2016 1 commit
  5. 24 Sep, 2015 1 commit
    • Improve response handling in AjaxHelpers · b2a0b2f7
      I've changed the logic so that AjaxHelpers keeps
      track of which requests have not yet had mock
      responses sent. This ensures that every response
      is handled before moving on to the next one,
      rather than always handling the last request.
      My intention is that this won't allow bugs to creep
      in where a request isn't fired and instead the test
      responds to an old request. It also should ensure
      that extra events aren't accidentally fired.
      Andy Armstrong committed
  6. 28 Jul, 2015 1 commit