aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit
Commit message (Collapse)AuthorAgeFilesLines
...
* Selectable: Convert tests to new infrastructureScott González2015-04-095-42/+27
| | | | | Ref #10119 Ref gh-1528
* Resizable: Convert tests to new infrastructureScott González2015-04-097-133/+121
| | | | | Ref #10119 Ref gh-1528
* Progressbar: Convert tests to new infrastructureScott González2015-04-096-35/+32
| | | | | Ref #10119 Ref gh-1528
* Position: Convert tests to new infrastructureScott González2015-04-092-17/+9
| | | | | Ref #10119 Ref gh-1528
* Menu: Convert tests to new infrastructureScott González2015-04-097-53/+53
| | | | | Ref #10119 Ref gh-1528
* Effects: Convert tests to new infrastructureScott González2015-04-093-37/+30
| | | | | Ref #10119 Ref gh-1528
* Draggable: Convert tests to new infrastructureScott González2015-04-097-252/+245
| | | | | Ref #10119 Ref gh-1528
* Core: Convert tests to new infrastructureScott González2015-04-093-20/+14
| | | | | Ref #10119 Ref gh-1528
* Button: Convert tests to new infrastructureScott González2015-04-096-48/+32
| | | | | Ref #10119 Ref gh-1528
* Autocomplete: Convert tests to new infrastructureScott González2015-04-096-37/+32
| | | | | Ref #10119 Ref gh-1528
* Accordion: Convert tests to new infrastructureScott González2015-04-097-49/+54
| | | | | Ref #10119 Ref gh-1528
* Tests: Convert closeEnough() to a proper QUnit assertionScott González2015-04-095-53/+53
| | | | | | | Should eventually replace with qunit-assert-close. Ref #10119 Ref gh-1528
* Revert "Draggable: Set explicit width/height instead of right/bottom"TJ VanToll2015-04-082-35/+2
| | | | | | This reverts commit 8eca7b8f45885d20c13f1bf64cad8bee5fc1d5c5. Fixes #10725
* Menu: Ignore bubbled mouseenter events on parent itemsJörn Zaefferer2015-04-081-0/+42
| | | | | | | | Test uses QUnit 2.x API - inconsistent with the other tests, but also a good reference. Fixes #11641 Closes gh-1535
* Tests: Switch to the new qunit-composite moduleScott González2015-04-0724-169/+44
| | | | | | This module was created from our existing implementation. Closes gh-1532
* All: Standard spacing inside selector stringsScott González2015-03-266-6/+6
| | | | Closes gh-1521
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-256-9/+8
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516
* Tests: Update `domEqual()` to work with jQuery gitScott González2015-03-251-2/+2
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Ref gh-1516
* Slider: Fix handle order when setting values of range slider to maxAblay Keldibek2015-03-181-1/+17
| | | | | | | When both values are set to the maximum change them in descending order Fixes #9046 Closes gh-1502
* Slider: Pass handle index to eventsAblay Keldibek2015-03-121-0/+37
| | | | | | | | Added a `handleIndex` property to the event data which indicates the index of the handle being changed. Fixes #7630 Closes gh-1486
* Slider: Verify value constraint with a max that is a step mismatchAblay Keldibek2015-03-121-1/+11
| | | | | Ref #10078 Closes gh-1485
* Widget: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-22/+22
|
* Tooltip: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-5/+5
|
* Tabs: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-44/+44
|
* Spinner: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-16/+19
|
* Sortable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-14/+17
|
* Slider: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-24/+19
|
* Selectmenu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-113-21/+19
|
* Selectable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-3/+5
|
* Resizable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-3/+4
|
* Progressbar: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-3/+3
|
* Menu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-28/+34
|
* Effects: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-2/+4
|
* Droppable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-9/+11
|
* Draggable: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-16/+16
|
* Dialog: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-115-21/+18
|
* Button: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-114-61/+66
|
* Autocomplete: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-112-5/+5
|
* Accordion: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-113-21/+23
|
* Tooltip: Add classes optionAlexander Schmitz2015-03-117-13/+100
| | | | | Ref #7053 Ref gh-1411
* Tabs: Add classes optionAlexander Schmitz2015-03-115-27/+75
| | | | | Ref #7053 Ref gh-1411
* Spinner: Add classes optionAlexander Schmitz2015-03-113-1/+21
| | | | | Ref #7053 Ref gh-1411
* Slider: Add classes optionAlexander Schmitz2015-03-113-1/+18
| | | | | Ref #7053 Ref gh-1411
* Selectmenu: Add classes optionAlexander Schmitz2015-03-113-1/+20
| | | | | Ref #7053 Ref gh-1411
* Resizable: Add classes optionAlexander Schmitz2015-03-111-1/+3
| | | | | Ref #7053 Ref gh-1411
* Progressbar: Add classes optionAlexander Schmitz2015-03-113-20/+29
| | | | | Ref #7053 Ref gh-1411
* Menu: Add classes optionAlexander Schmitz2015-03-112-8/+31
| | | | | Ref #7053 Ref gh-1411
* Droppable: Add classes optionAlexander Schmitz2015-03-114-2/+71
| | | | | Ref #7053 Ref gh-1411
* Dialog: Add classes optionAlexander Schmitz2015-03-117-24/+200
| | | | | Ref #7053 Ref gh-1411
* Autocomplete: Add classes optionAlexander Schmitz2015-03-112-0/+10
| | | | | Ref #7053 Ref gh-1411