correct selector in test

This commit is contained in:
John Bender 2011-10-10 14:08:40 -07:00
parent ec2c015136
commit f368f01a82

View file

@ -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);