diff --git a/tests/unit/checkboxradio/checkboxradio_core.js b/tests/unit/checkboxradio/checkboxradio_core.js index 36005bbd..12deaabc 100644 --- a/tests/unit/checkboxradio/checkboxradio_core.js +++ b/tests/unit/checkboxradio/checkboxradio_core.js @@ -115,10 +115,11 @@ ok( $("#enhancetest").trigger("create").find(".ui-checkbox").length, "enhancements applied" ); }); - $.mobile.page.prototype.options.keepNative = "select.should-be-native"; + $.mobile.page.prototype.options.keepNative = "input.should-be-native"; // not testing the positive case here since's it's obviously tested elsewhere test( "checkboxradio elements in the keepNative set shouldn't be enhanced", function() { + console.log( ); ok( !$("input.should-be-native").parent().is("div.ui-checkbox") ); }); })(jQuery);