Commit graph

82 commits

Author SHA1 Message Date
scottjehl
4e2c8ef2a3 added unit tests for prevent focus zoom option 2012-01-24 17:31:06 +07:00
Ghislain Seguin
079324cf56 Use jQuery tag inserter instead of pointing directly at jquery.js 2012-01-22 23:15:30 -08:00
John Bender
8debe792e0 switched to new default css with imports in select cached tests 2012-01-13 12:22:02 -08:00
jrburke
73a8d24134 Move require.js to first tag so it can catch jquery module registration, otherwise jquery may be loaded twice. 2012-01-12 21:35:46 -08:00
Ghislain Seguin
ff9b742723 Use css/themes/default/jquery.mobile.css instead of css/themes/default/index.php 2012-01-10 14:49:52 -08:00
John Bender
cf611bc1c7 conceding defeat on determining the load order issue that's causing the test failure 2012-01-06 15:27:21 -08:00
John Bender
f60dd96178 remove duplicate test run 2012-01-06 15:27:21 -08:00
John Bender
12f112d6d4 check to make sure cached test page appears 2012-01-06 15:27:21 -08:00
John Bender
3cea545f73 enforce test order ... dying a little inside 2012-01-05 14:23:17 -08:00
John Bender
b47d9ba24e fix async loading select test issue where keepnative isn't defined in time for the leading test 2012-01-04 13:13:24 -08:00
John Bender
95073892f0 Merge branch 'amd' 2012-01-04 12:24:33 -08:00
John Bender
0a48b9168f update select cached tests to use async 2012-01-04 11:10:04 -08:00
Mat Marquis
573fcf8668 Updating select menu tests to match recent dialog markup changes. 2012-01-04 12:35:13 -05:00
Ghislain Seguin
0bd10de3e8 Added require.js 1.0.3 as a submodule 2011-12-24 00:48:08 -08:00
Ghislain Seguin
a3392bc0ff Remove .js suffix from libName 2011-12-22 09:53:26 -08:00
John Bender
5158cbf4ce remove base url juggling in favore of .js convention provided by requirejs 2011-12-21 11:30:46 -08:00
John Bender
810edd8472 more flexible async loading helper, converted select test 2011-12-20 17:01:16 -08:00
John Bender
b0c1acae4d alter select index tests to use async load 2011-12-20 15:02:09 -08:00
Eddie Monge
88884db175 Unify css and js references for doc changes 2011-11-08 18:39:49 -08:00
John Bender
911ff69972 test for custom select dialog title update from dom 2011-10-18 09:39:25 -07:00
Eddie Monge
8bc5e42fb3 2700: Step 5 Update all doc references 2011-10-17 13:51:45 -07:00
John Bender
c1bd079b90 test for keepnative on the select menu 2011-10-10 14:21:37 -07:00
Jörn Zaefferer
0ed1460279 Add swarminject.js to prepare for TestSwarm integration 2011-10-04 15:02:17 -04:00
John Bender
d816fe1ec1 tests for getEncodedText helper and issue #2547 2011-09-27 15:48:52 -07:00
John Bender
20810a00e5 test to verify removal of child menupages 2011-09-23 16:32:56 -07:00
John Bender
942b0c29ae test for open and close no-op 2011-09-12 16:59:08 -07:00
John Bender
824bd12e12 add tests for theme inheritance in select menus 2011-09-12 09:08:48 -07:00
John Bender
97654c2d90 tests for newly refreshed items and button update with custom selects 2011-09-09 17:27:26 -07:00
John Bender
fab4f366a4 test for issue 2410, to verify that the button value is updated on refresh with new options 2011-09-09 09:14:39 -07:00
John Resig
0b83cf8d60 Tweak some more stylesheet formatting. 2011-09-08 21:35:28 -04:00
Samuel Padou
9da8114fca add test for domCache option handling when closing a full page select menu 2011-08-16 13:55:02 +02:00
John Bender
3d14498fe1 moved select caching tests out to a seperate test file to prevent issues in the core test suite 2011-08-15 13:00:01 -07:00
John Bender
5b4a29e643 added **/*-tests.html glob convention to the test suite runner to make it easier to include seperate files in the suite 2011-08-15 12:09:56 -07:00
John Bender
5c40e69c3a moved the relative path changing tests to the bottom of the core file, this is not a solution only a temporary fix. moving the relative path changing tests to another test file will most likely be the next move 2011-08-15 11:45:47 -07:00
John Bender
55b5a60b1c linting issues 2011-08-10 13:56:52 -07:00
John Bender
aad1146a65 added tests to verify that custom menu items are highlighted when they are selected 2011-08-10 13:54:05 -07:00
John Bender
7a9b379dea test to make sure the label has the ui-select class 2011-08-09 15:55:40 -07:00
John Bender
7494e398a5 moved open to custom and added a test for native select change removing the button down class 2011-08-05 14:45:08 -07:00
John Bender
3133ccbc3a moved close to custom, and disable/enable methods common with tests for enable/disable 2011-08-05 12:21:45 -07:00
John Bender
f51f4cf07f moved focusButton up to common, added test for refocus of clicked button on small dialog close 2011-08-05 12:21:45 -07:00
John Bender
f6a5608ae2 added select_native test set and a tests to verify that setting the value of the select itself sets button text 2011-08-02 16:11:32 -07:00
John Bender
6a46839d5e added missing assertion to select tests 2011-08-02 13:13:19 -07:00
John Bender
3950542884 made sure the dialog test fails many times, added an extra todo for moving the functionality to find the current theme if its not specified to a generic location 2011-08-02 09:30:28 -07:00
John Bender
f7d5d918ae fixes for select tests and tests to cover basic functionality for new cached pages and select dialogs 2011-08-01 18:08:28 -07:00
scottjehl
fdb77bfa52 changed new (undocumented) "enhance" event to "create" to better match our existing event name conventions 2011-07-22 09:05:55 -04:00
scottjehl
6f701add58 updated unit tests to ensure the enhance event is working properly on self-initializing widgets 2011-07-20 09:35:48 -04:00
John Bender
53a8023b14 fixed select tests to click the button instead of calling the select menu method 2011-07-15 15:22:56 -07:00
scottjehl
2de817d24c fixed some logical errors in these tests. they now pass consistently in Firefox. Still inconsistent in Chrome, though they did pass once in Chrome during testing. Getting closer... 2011-07-10 21:51:08 -04:00
scottjehl
fdde24b51f fixed unit test - menu var wasn't defined. 2011-07-10 17:34:38 -04:00
scottjehl
47cb8cbeeb fixed test so it passes in Firefox 2011-07-10 17:14:55 -04:00