mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-05 07:01:00 +00:00
switch instances of ok to same for test failure clarity
This commit is contained in:
parent
743c6c9d9c
commit
265f6d9ca8
1 changed files with 2 additions and 2 deletions
|
|
@ -194,7 +194,7 @@
|
|||
$('.ui-page-active input').trigger('change');
|
||||
|
||||
setTimeout(function() {
|
||||
ok($('.ui-page-active li[style="display: none;"]').length == 2);
|
||||
same($('.ui-page-active li[style="display: none;"]').length, 2);
|
||||
start();
|
||||
}, 1000);
|
||||
});
|
||||
|
|
@ -203,7 +203,7 @@
|
|||
$('.ui-page-active input').val('a');
|
||||
$('.ui-page-active input').trigger('change');
|
||||
setTimeout(function() {
|
||||
ok($('.ui-page-active li[style="display: none;"]').length == 0);
|
||||
same($('.ui-page-active li[style="display: none;"]').length, 0);
|
||||
start();
|
||||
}, 1000);
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue