diff options
author | TJ VanToll <tj.vantoll@gmail.com> | 2014-09-24 10:47:29 -0400 |
---|---|---|
committer | TJ VanToll <tj.vantoll@gmail.com> | 2014-10-25 10:10:38 -0700 |
commit | 4ac7b1f679de3df93f6a3681334ef0ecaf12bcb2 (patch) | |
tree | ff4b010c14af074ed3beea69d3e2230d1730d8a8 /tests/unit/autocomplete/autocomplete_options.js | |
parent | de2ef2a585447cf75fc8d4a734c12aa2bbd028c2 (diff) | |
download | jquery-ui-4ac7b1f679de3df93f6a3681334ef0ecaf12bcb2.tar.gz jquery-ui-4ac7b1f679de3df93f6a3681334ef0ecaf12bcb2.zip |
Autocomplete: Re-add wrappers to menu items
Diffstat (limited to 'tests/unit/autocomplete/autocomplete_options.js')
-rw-r--r-- | tests/unit/autocomplete/autocomplete_options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/autocomplete/autocomplete_options.js b/tests/unit/autocomplete/autocomplete_options.js index 2a65b1100..226db29ed 100644 --- a/tests/unit/autocomplete/autocomplete_options.js +++ b/tests/unit/autocomplete/autocomplete_options.js @@ -77,7 +77,7 @@ function autoFocusTest( afValue, focusedLength ) { open: function() { equal( element.autocomplete( "widget" ) - .children( ".ui-menu-item.ui-state-focus" ) + .find( ".ui-menu-item-wrapper.ui-state-focus" ) .length, focusedLength, "first item is " + (afValue ? "" : "not") + " auto focused" ); |