removed test as it was looking for markup that are no longer exists when the native select menu option is true

This commit is contained in:
scottjehl 2011-02-02 00:41:25 -05:00
parent 2061b5bc2b
commit 746420de40

View file

@ -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);