jquery-ui/tests/unit
Scott González 3a45a47968 Effects: Adjust animation duration in tests
With jQuery 3 using `requestAnimationFrame()`, the `setTimeout()` timing
for short animations wasn't working consistently. This resulted in infrequent
failures everywhere (but infrequent enough that it's hard to even notice), but
consistent failures in IE and Edge. Bumping up the duration and running the
assertions in the middle seems to give consistent results.

Eventually, we should refactor this to use `requestAnimationFrame()` in the
tests themselves to avoid problems like this.

Closes gh-1738
2016-08-30 16:37:24 -04:00
..
accordion Accordion: Shift to use no globals 2016-04-14 00:06:11 +05:30
autocomplete Autocomplete: Shift to use no globals 2016-04-14 00:06:11 +05:30
button Button: Shift to no globals 2016-04-14 00:06:11 +05:30
checkboxradio Checkboxradio: Use new ui-state-checked class in checkboxradio 2016-06-06 11:34:52 -04:00
controlgroup Controlgroup: Correctly handle non-empty child class key 2016-07-06 09:42:31 -04:00
core Focusable: Detect disabled fieldsets 2016-05-25 15:32:18 -04:00
datepicker Datepicker: Shift to use no globals 2016-04-14 00:06:12 +05:30
dialog Dialog: Support deprecated button options 2016-07-25 08:38:51 -04:00
draggable Draggable: Shift to use no globals 2016-04-14 00:06:12 +05:30
droppable Droppable: Shift to use no globals 2016-04-14 00:06:12 +05:30
effects Effects: Adjust animation duration in tests 2016-08-30 16:37:24 -04:00
form-reset-mixin Form: Shift form-reset-mixin to use no globals 2016-04-14 00:06:12 +05:30
menu All: Replace non-breaking spaces with regular spaces 2016-06-08 13:03:42 -04:00
position Position: Shift to use no globals 2016-04-14 00:08:29 +05:30
progressbar Progressbar: Shift to use no globals 2016-04-14 00:08:29 +05:30
resizable Resizable: Avoid Array#map() in tests for IE8 2016-07-07 10:18:18 -04:00
selectable Selectable: Shift to use no globals 2016-04-14 00:14:57 +05:30
selectmenu Menu: Support number pad keyboard input 2016-08-24 11:56:26 -04:00
slider Slider: Shift to use no globals 2016-04-14 00:14:57 +05:30
sortable Sortable: Shift to use no globals 2016-04-14 00:14:57 +05:30
spinner Spinner: Shift to use no globals 2016-04-14 00:14:57 +05:30
tabs Tabs: Remove test for Ajax URLs containing hashes 2016-07-06 13:09:15 -04:00
tooltip Tooltip: Allow tracking tooltips to be off by a fraciton of a pixel 2016-07-07 09:16:52 -04:00
widget Widget: instance() should return undefined for empty sets 2016-08-04 09:04:49 -04:00
all.html Tests: Only test latest patch versions for jQuery Core in TestSwarm 2016-07-08 12:51:44 -04:00
index.html Controlgroup: Inital commit of new widget 2015-10-07 10:57:59 -04:00
subsuite.js Build: Add jQuery 3.1.0 2016-07-08 13:02:10 -04:00