aboutsummaryrefslogtreecommitdiffstats
path: root/tests/unit/menu/menu_options.js
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename filesScott González2015-04-091-125/+0
| | | | Ref gh-1528
* Tests: Widget test helpers extend the main helperScott González2015-04-091-5/+5
| | | | | Ref #10119 Ref gh-1528
* Menu: Convert tests to new infrastructureScott González2015-04-091-6/+10
| | | | | Ref #10119 Ref gh-1528
* Tests: Handle jQuery git returning `null` for empty attributesScott González2015-03-251-2/+2
| | | | | | jQuery now returns `null` for empty attributes instead of `undefined`. Closes gh-1516
* Menu: Use new has/lacksClasses assertions for all class checksAlexander Schmitz2015-03-111-17/+23
|
* Theme: Carat should be named caretLisa Seacat DeLuca2014-11-031-1/+1
| | | | | Fixes #10683 Closes gh-1382
* Menu: Wrap menu items in a <div>TJ VanToll2014-10-251-6/+12
| | | | | | | This avoids styling issues where ui-state-focus rules apply to submenus. Fixes #10162 Closes gh-1342
* Menu: Update unit test that regressed from style changes (see ↵Jörn Zaefferer2013-11-151-6/+3
| | | | 9910e938aad1090339a2c7f60693093ee18aba82)
* Menu: Remove the requirement to use anchors in menu itemsKris Borchers2013-10-051-15/+12
|
* Menu tests: Whitespace and general cleanupKris Borchers2013-07-151-1/+1
|
* Menu: Allow changing icons option after creation. Fixes #8927 - Menu: Can't ↵Jörn Zaefferer2012-12-271-1/+4
| | | | change icons option after init
* Build: Enable "unused" option in jshint - Remove unused variables from ↵Mike Sherov2012-10-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | codebase. - Closes gh-788 Squashed commit of the following: commit 7f19f92c646f180bc067bb24123175251a64a9d6 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 10:34:28 2012 -0400 put back in fake args for signatures that we want to keep commit 257505a9e69da0c53e3a989dab87a13112045a29 Author: Mike Sherov <mike.sherov@gmail.com> Date: Tue Oct 23 08:10:20 2012 -0400 changes per @scott_gonzalez commit 12725480cb58e70865e5aa6e735009b6b035c8f3 Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:54:05 2012 -0400 clean up unused vars in ui directory commit 563595e7aee5d4a5c096b2d1de655abdf920aacd Author: Mike Sherov <mike.sherov@gmail.com> Date: Mon Oct 22 22:37:42 2012 -0400 clean up unused vars in grunt and tests
* Menu: Rename icon option to icons.submenuJörn Zaefferer2012-07-121-1/+15
|
* Menu tests: Proper detection for absence of ui-state-disabled class.Scott González2012-07-101-2/+2
|
* Menu tests: More complete role option tests.Scott González2012-07-101-3/+30
|
* Menu tests: Cleanup.Scott González2012-06-271-15/+15
|
* Menu tests: Saner output for log helper.Scott González2012-06-181-2/+2
|
* Menu tests: Cleanup.Scott González2012-06-181-35/+39
|
* Menu: Tests for role optionJörn Zaefferer2012-05-181-0/+26
|
* Menu tests: Don't pollute the global namespace with helpers.kborchers2012-04-191-8/+11
|
* Update to QUnit 1.3. Replace usage of same with deepEqual and equals with equal.Jörn Zaefferer2012-02-291-2/+2
|
* Menu: Added unit tests for the enable, disable and refresh methods as well ↵kborchers2012-01-221-0/+28
| | | | as the disabled option. Cleaned up some variable names in unit tests.
* Menu:the first set of unit test files.dominiquevincent2010-05-061-0/+10
Signed-off-by: dominiquevincent <dominique.vincent@toitl.com>