Skip to content

Commit

Permalink
Fixed test case for issue jquery-archive#1617
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghislain Seguin committed Jun 3, 2011
1 parent 9e696b8 commit 0985fc9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/unit/listview/listview_core.js
Expand Up @@ -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();
}
Expand Down

0 comments on commit 0985fc9

Please sign in to comment.