From 746420de40dee4772bc252b8ac083616efcff0f9 Mon Sep 17 00:00:00 2001 From: scottjehl Date: Wed, 2 Feb 2011 00:41:25 -0500 Subject: [PATCH] removed test as it was looking for markup that are no longer exists when the native select menu option is true --- tests/unit/select/select_events.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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