diff --git a/tests/unit/checkboxradio/checkboxradio_core.js b/tests/unit/checkboxradio/checkboxradio_core.js index 8a9c0c91..36005bbd 100644 --- a/tests/unit/checkboxradio/checkboxradio_core.js +++ b/tests/unit/checkboxradio/checkboxradio_core.js @@ -119,6 +119,6 @@ // 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() { - ok( !$("#input.should-be-native").parent().is("div.ui-checkbox") ); + ok( !$("input.should-be-native").parent().is("div.ui-checkbox") ); }); })(jQuery);