diff --git a/tests/unit/select/select_events.js b/tests/unit/select/select_events.js index 4b7e6f18..64971b02 100644 --- a/tests/unit/select/select_events.js +++ b/tests/unit/select/select_events.js @@ -55,8 +55,5 @@ stop(); }); - test( "selects marked with data-native-menu=true should not bring up the custom menu", function(){ - $("#select-choice-native-button").trigger(mouseUpTouchEnd); - same($("#select-choice-native-menu").parent(".ui-selectmenu-hidden").length, 1); - }); + })(jQuery); \ No newline at end of file