1
0
mirror of synced 2024-11-22 13:06:08 +03:00
select2/tests
Kevin Brown 88503d2c67 Add test for 698fe7b
This adds the test that ensures that the search focus is still
focused, even after the selection is updated (for whatever reason).
Note that we are not triggering the `change` event here, and are
instead just re-calling `update` on the selection adapter. This is
because we do not bind the `change` event in tests, so the selection
is never re-rendered and the tests will pass. The `update` method
is triggered during the `change` cycle anyway, so this has the
same effect while supporting cases where the selection is re-rendered
without the selected values changing.
2015-06-21 21:42:06 -04:00
..
a11y Combine tests into a single file 2015-03-11 18:51:55 -04:00
data Combine tests into a single file 2015-03-11 18:51:55 -04:00
dropdown Add back *css* options through an adapter 2015-04-05 21:58:02 -04:00
integration Fix select2('data') again 2015-03-14 15:23:29 -04:00
options Allow for a partial dictionary in language 2015-04-02 10:52:31 -04:00
selection Add test for 698fe7b 2015-06-21 21:42:06 -04:00
utils Combine tests into common files 2015-02-13 23:29:56 -05:00
vendor Tests use jQuery 1.7.2 2015-03-11 19:20:41 -04:00
helpers.js Hook up with SauceLabs 2015-02-13 21:59:09 -05:00
integration.html Fix select2('data') again 2015-03-14 15:23:29 -04:00
unit.html Add test for 698fe7b 2015-06-21 21:42:06 -04:00