aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/draggable/draggable_test_helpers.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-158/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-12/+32
| | | | | Ref #10119 Ref gh-1528
* Draggable: Convert tests to new infrastructureScott González2015-04-091-8/+15
| | | | | Ref #10119 Ref gh-1528
* Draggable Tests: Ensure scrolling and dragging tests assert correctlyDave Stein2014-08-221-2/+16
|
* Draggable Tests: Fix several whitespace issues.Mike Sherov2014-08-121-1/+1
|
* Draggable Tests: fix IE offset tests affected by focus issues.Mike Sherov2014-02-181-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 Sherov2014-02-181-8/+18
|
* Draggable Tests: don't test auto scroll while testing helpers.Mike Sherov2013-10-311-8/+2
|
* Draggable Tests: Ensure Draggable tests are correctly testing offset under ↵Mike Sherov2013-10-231-3/+7
| | | | scroll conditions.
* Draggable Tests: Test both position and offset of draggable element in all ↵Mike Sherov2013-10-211-18/+39
| | | | applicable tests.
* Draggable Tests: Fix lint error.Mike Sherov2013-10-201-2/+2
|
* Draggable Tests: Add position asserts to drag testsMike Sherov2013-10-201-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 Sherov2013-10-201-4/+6
| | | | assertions.
* Draggable Tests: clarify scroll helpers.Mike Sherov2013-10-201-10/+2
|
* Draggable Tests: make sure offset tests are actually testing offsetsMike Sherov2013-10-191-4/+5
|
* Draggable tests: Wrap IIFE in parens.Scott González2013-04-081-2/+2
|
* Draggable Tests: style guide conformance for TestHelpersMike Sherov2013-04-071-30/+26
|
* Draggable Tests: fix old Safari and old Opera tests with jQuery < 1.8 tests ↵Mike Sherov2013-04-071-0/+5
| | | | by accounting for a bug in $.contains on disconnected Elements.
* Draggable tests: Don't use .on().Scott González2013-03-091-2/+2
|
* Draggable Tests: Add test coverage for supported optionsMike Sherov2013-03-041-1/+25
|
* Tests: Convert single quotes to double quotes.Mike Sherov2012-12-261-7/+7
|
* Dev: remove unnecessary simulated drag delegation in test suiteMike Sherov2012-12-081-7/+4
|
* Dev: remove globals from tests and moved test helpers to correct location - ↵Mike Sherov2012-11-031-0/+57
Fixed #8770 Dev: Remove globals and Standardize Test Suite