We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12b4506 commit c3b6e86Copy full SHA for c3b6e86
tests/unit/select/select_events.js
@@ -53,4 +53,8 @@
53
test( "selects marked with data-native-menu=true should not have a custom menu", function(){
54
same($("#select-choice-native-container ul").length, 0);
55
});
56
+
57
+ test( "selects marked with data-native-menu=true should sit inside the button", function(){
58
+ same($("#select-choice-native-container div.ui-btn select").length, 1);
59
+ });
60
})(jQuery);
0 commit comments