mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
correct selector in test
This commit is contained in:
parent
ec2c015136
commit
f368f01a82
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue