50 Commits

Author SHA1 Message Date
Christopher McCulloh
33483f8cd3 (GH1964) adds unit tests for aria-selected=true on tree 2017-06-14 13:46:05 -04:00
Christopher McCulloh
ce5d289ef6 uncomments out tests. Adds skip tests for stubbed out tests 2017-06-14 13:46:05 -04:00
Christopher McCulloh
bd9ae29ee9 adds test for left key press on closed branch on top node 2017-06-14 13:46:05 -04:00
Christopher McCulloh
33c03d4fa3 WIP trying to test focusIn 2017-06-14 13:46:05 -04:00
Christopher McCulloh
74768c5332 separates accessibility testing out into its own module 2017-06-14 13:46:05 -04:00
Christopher McCulloh
e80b8f1e57 cleans up unit tests more 2017-06-14 13:46:05 -04:00
Christopher McCulloh
1286b571ea comment out other tests while developing 2017-06-14 13:46:05 -04:00
Christopher McCulloh
cb023888c5 breaks tree tests up into their own files to clean it up in preparation for adding a bunch more 2017-06-14 13:46:05 -04:00
Christopher McCulloh
b20bbe176c separates out tree dataSource to make the file more manageable 2017-06-14 13:43:23 -04:00
Christopher McCulloh
ff985bf581 fixes remaining eslint errors 2017-06-14 13:43:23 -04:00
Christopher McCulloh
ce37c56c09 fixes most eslint warnings and all errors 2017-06-14 13:43:23 -04:00
Christopher McCulloh
8f9ce993d5 (GH1891) updates to qunit 2 2016-10-31 17:03:33 -04:00
Christopher McCulloh
e4ae7d9d49 (GH1708) rips out unit test for now so we can release 2016-02-23 14:47:57 -05:00
Christopher McCulloh
742fc9f779 (GH1708) fixes test error 2016-02-19 10:48:03 -05:00
Christopher McCulloh
d3b28de96e (GH1708) adds tests for tree 2016-02-18 12:12:15 -05:00
Stephen James
0d45e3ed77 Add refreshFolder method to tree
- adds isBackgroundProcess parameter to populate
2015-11-02 12:11:26 -05:00
Christopher McCulloh
dadf40f387 adds getValue alias to all applicable controls 2015-09-04 17:29:33 -04:00
Ben Davis
1f4e7afb4b Updates with Stephens changes 2015-08-11 13:36:51 -04:00
Stephen James
a1c0ffe632 Increase variations in single select tree tests
Many problems with this unit test:
- Mouse clicks were not being tested, only API methods
- Folder selectable tree needs to test items also.
- Folder selectable tree needs to test items with folders previously selected, and folders with items previously selected
- Markup for folder selectable tree did not include a `tree-item` template and therefore created only folders and did not create any items (hence 4 folders/items are returned instead of the folders/correct 8 items).
- The selectItem method was being used to select folders.
2015-05-09 18:24:47 -04:00
Stephen James
cd25effbd6 Merge branch 'GH1121---make-tree.openfolder-only-open-folders-instead-of-toggling-them' of https://github.com/cormacmccarthy/fuelux
Conflicts:
	js/tree.js
2015-04-10 18:04:16 -04:00
Stephen James
51bf3a696d Replace hide class with hidden
Across markup, tests, and JS
2015-03-24 16:22:00 -04:00
Christopher McCulloh
ab84332ae5 changes openFolder to discloseFolder 2015-03-06 15:50:49 -05:00
Christopher McCulloh
fe20b84180 adds unit tests 2015-03-06 15:37:33 -05:00
Christopher McCulloh
b9098d474b makes disclosuresUpperLimit default to 0, and if reached, kill the loop by default. If dev wants loop to continue, they can set ignore-disclosures-limit to false and start loop again. Updated unit tests 2015-02-25 12:23:18 -05:00
Christopher McCulloh
8fb4d93802 simplifies discloseAll a bit. Corrects comments. Removes console.log and redundant setting of in test 2015-02-24 19:20:02 -05:00
Christopher McCulloh
49bf7b2ac7 fix jshint errors 2015-02-24 09:56:34 -05:00
Christopher McCulloh
e81fba057f added unit tests 2015-02-23 18:47:09 -05:00
Christopher McCulloh
d15f451d3d esformatter run on tree-test.js 2015-02-20 19:41:28 -05:00
karsten gebbert
bb6bc729ba add itemSelect option and associated test cases to tree.js 2015-01-28 13:36:33 +01:00
Jason.Gekeler
5d34c02ba0 support name and text in tree data source 2014-10-31 13:18:10 -04:00
dwaltz
b83119338d Better test coverage for the tree along with a small change to the options returned to the dataSource 2014-10-17 12:07:03 -07:00
dwaltz
d4fbf78bb1 Tree unselect event changed to deselect 2014-10-10 13:03:33 -07:00
dwaltz
3d28f7878a Unselect event will now be triggered when an item is deselected. Return payload for this event will include the target data and a list of all selected items. 2014-10-07 15:46:45 -07:00
Stephen James
048b3478bc tree-rename-dataAttributes: dataAttributes to attr object for consistency w/ pillbox 2014-10-01 17:43:18 -04:00
Stephen James
a5fcaa3760 Unit tests for destroy 2014-07-23 21:59:08 -04:00
Stephen James
062164f124 Valid HTML (button/label), and move selection to branch 2014-06-30 16:52:49 -04:00
Stephen James
becbd6af89 remove hasChildren option 2014-06-27 11:57:18 -04:00
Alex Vernacchia
97ada0ab9e Update tree data source 2014-06-06 14:22:00 -04:00
dwaltz
92318aa7fe aligning tree data source with fuel 3.0 data source standards 2014-06-03 16:18:30 -07:00
kevinparkerson
85008f4d9a making top two unit tests more consistent 2014-06-03 14:39:32 -04:00
Stephen James
2af16da6a0 tree namespaced 2014-06-02 17:25:20 -04:00
kevinparkerson
438aba4905 commenting out a bug in tree-test.js 2014-04-28 11:21:07 -04:00
kevinparkerson
25162474ab updates to unit tests to make them more consistent 2014-04-23 18:49:48 -04:00
Stephen James
67cef21b0a Update JS test to use external markup file 2014-04-21 17:47:58 -04:00
kevinparkerson
1aac6469c8 capitalizing control names in modules within unit tests 2014-04-08 13:04:12 -04:00
dwaltz
f98de66128 tree unit test update 2014-03-13 10:54:49 -04:00
kevinparkerson
84787ee3b3 updating bootstrap version, modifying gruntfile, altering tests 2014-03-03 13:22:55 -05:00
Adam Alexander
2e6b16c00a Fix test timing and add IE8 and IE9 to Sauce Labs 2013-03-15 13:11:43 -04:00
Adam Alexander
976d58d007 Adjust tree event names 2012-12-07 09:54:08 -05:00
dwaltz
178d8bd559 Issue 51 tree 2012-11-09 10:49:22 -05:00