Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tests: Rename files | Scott González | 2015-04-09 | 1 | -158/+0 |
| | | | | Ref gh-1528 | ||||
* | Tests: Widget test helpers extend the main helper | Scott González | 2015-04-09 | 1 | -12/+32 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable: Convert tests to new infrastructure | Scott González | 2015-04-09 | 1 | -8/+15 |
| | | | | | Ref #10119 Ref gh-1528 | ||||
* | Draggable Tests: Ensure scrolling and dragging tests assert correctly | Dave Stein | 2014-08-22 | 1 | -2/+16 |
| | |||||
* | Draggable Tests: Fix several whitespace issues. | Mike Sherov | 2014-08-12 | 1 | -1/+1 |
| | |||||
* | Draggable Tests: fix IE offset tests affected by focus issues. | Mike Sherov | 2014-02-18 | 1 | -1/+1 |
| | | | | | | Calling element.focus() causes scroll in IE. In order to correctly test scroll behavior, we must rely on the actual calculated offset instead of the helper offset to ensure cross browser test consistency. | ||||
* | Draggable: fix current JSCS violations. | Mike Sherov | 2014-02-18 | 1 | -8/+18 |
| | |||||
* | Draggable Tests: don't test auto scroll while testing helpers. | Mike Sherov | 2013-10-31 | 1 | -8/+2 |
| | |||||
* | Draggable Tests: Ensure Draggable tests are correctly testing offset under ↵ | Mike Sherov | 2013-10-23 | 1 | -3/+7 |
| | | | | scroll conditions. | ||||
* | Draggable Tests: Test both position and offset of draggable element in all ↵ | Mike Sherov | 2013-10-21 | 1 | -18/+39 |
| | | | | applicable tests. | ||||
* | Draggable Tests: Fix lint error. | Mike Sherov | 2013-10-20 | 1 | -2/+2 |
| | |||||
* | Draggable Tests: Add position asserts to drag tests | Mike Sherov | 2013-10-20 | 1 | -7/+21 |
| | | | | They're currently disabled however due to bugs both in the tests and in the actual widget. | ||||
* | Draggable Tests: consolidate drag tests and provide error messages for all ↵ | Mike Sherov | 2013-10-20 | 1 | -4/+6 |
| | | | | assertions. | ||||
* | Draggable Tests: clarify scroll helpers. | Mike Sherov | 2013-10-20 | 1 | -10/+2 |
| | |||||
* | Draggable Tests: make sure offset tests are actually testing offsets | Mike Sherov | 2013-10-19 | 1 | -4/+5 |
| | |||||
* | Draggable tests: Wrap IIFE in parens. | Scott González | 2013-04-08 | 1 | -2/+2 |
| | |||||
* | Draggable Tests: style guide conformance for TestHelpers | Mike Sherov | 2013-04-07 | 1 | -30/+26 |
| | |||||
* | Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests ↵ | Mike Sherov | 2013-04-07 | 1 | -0/+5 |
| | | | | by accounting for a bug in $.contains on disconnected Elements. | ||||
* | Draggable tests: Don't use .on(). | Scott González | 2013-03-09 | 1 | -2/+2 |
| | |||||
* | Draggable Tests: Add test coverage for supported options | Mike Sherov | 2013-03-04 | 1 | -1/+25 |
| | |||||
* | Tests: Convert single quotes to double quotes. | Mike Sherov | 2012-12-26 | 1 | -7/+7 |
| | |||||
* | Dev: remove unnecessary simulated drag delegation in test suite | Mike Sherov | 2012-12-08 | 1 | -7/+4 |
| | |||||
* | Dev: remove globals from tests and moved test helpers to correct location - ↵ | Mike Sherov | 2012-11-03 | 1 | -0/+57 |
Fixed #8770 Dev: Remove globals and Standardize Test Suite |