Skip to content

Commit 2efeafd

Browse files
committed
corrected failing checkboxradio test
1 parent 9b73a75 commit 2efeafd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/unit/checkboxradio/checkboxradio_core.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,10 +115,11 @@
115115
ok( $("#enhancetest").trigger("create").find(".ui-checkbox").length, "enhancements applied" );
116116
});
117117

118-
$.mobile.page.prototype.options.keepNative = "select.should-be-native";
118+
$.mobile.page.prototype.options.keepNative = "input.should-be-native";
119119

120120
// not testing the positive case here since's it's obviously tested elsewhere
121121
test( "checkboxradio elements in the keepNative set shouldn't be enhanced", function() {
122+
console.log( );
122123
ok( !$("input.should-be-native").parent().is("div.ui-checkbox") );
123124
});
124125
})(jQuery);

0 commit comments

Comments
 (0)