aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/button/button_methods.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-73/+0
| | | | Ref gh-1528
* Button: Convert tests to new infrastructureScott González2015-04-091-7/+7
| | | | | Ref #10119 Ref gh-1528
* Tests: Fix style issues with missing or multiple line breaksJörn Zaefferer2015-01-241-1/+0
| | | | | As pointed out by jscs, after a esformatter run. The latter doesn't address these, so fixing them manually.
* Button: Properly refresh button sets with new radio buttonsScott González2014-04-011-0/+22
| | | | | Fixes #8975 Ref gh-888
* Whitespace.Scott González2013-03-261-1/+1
|
* Button: Fixing handling of the disabled options on refresh method calls. ↵TJ VanToll2012-11-211-0/+36
| | | | Fixed #8828 - Button: Refresh does not re-enable disabled button.
* Button tests: Use domEqual() to test destroy().Scott González2012-06-161-7/+4
|
* Tests: Lint.Scott González2012-04-191-2/+2
|
* Revert "Use pushStack in widget method. Fixes #5732 - make the widget method ↵Scott González2010-07-301-14/+0
| | | | | | maintain the stack" This reverts commit ea58cd5ac0d852a9c7d7ceadbcbb74006cf9052d.
* Use pushStack in widget method. Fixes #5732 - make the widget method ↵jzaefferer2010-07-301-0/+14
| | | | maintain the stack
* Autocomplete and button unit tests: Same remove-role-attr fix as for ↵jzaefferer2010-04-131-0/+4
| | | | accordion in destroy-method test
* Updating autocomplete and button unit tests: use equal instead of ok to ↵jzaefferer2010-03-271-1/+1
| | | | compare markup, works fine in latest QUnit (escapes all messages correctly)
* eol-style and mime-typeRichard Worth2010-01-201-15/+15
|
* Merged in /branches/dev r3251:3620 (excluding autocomplete, modal, tooltip, ↵Scott González2010-01-071-0/+15
menu; including menu static tests).