mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-09 17:01:05 +00:00
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:
parent
2061b5bc2b
commit
746420de40
1 changed files with 1 additions and 4 deletions
|
|
@ -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);
|
||||
Loading…
Reference in a new issue