mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 01:44:45 +00:00
Fixed test case for issue #1617
This commit is contained in:
parent
9e696b8d26
commit
14492002e2
1 changed files with 3 additions and 1 deletions
|
|
@ -122,7 +122,9 @@
|
|||
|
||||
function(){
|
||||
$('.ui-page-active li:eq(2) a:eq(0)').click();
|
||||
|
||||
},
|
||||
|
||||
function(){
|
||||
equal($('.ui-page-active .ui-content .ui-listview li').text(), "Sub Item 10Sub Item 11Sub Item 12", 'Text should be "Sub Item 10Sub Item 11Sub Item 12"');
|
||||
start();
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue