mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 11:01:06 +00:00
Fixed unit tests
This commit is contained in:
parent
4255f5752f
commit
59a04d5a90
1 changed files with 1 additions and 1 deletions
|
|
@ -310,7 +310,7 @@
|
|||
|
||||
test( "Removing list items", 4, function() {
|
||||
$.testHelper.openPage("#removing-items-from-list-test");
|
||||
var ul = $('.ui-page-active ul');
|
||||
var ul = $('#removing-items-from-list-test ul');
|
||||
ul.find("li").first().remove();
|
||||
equal(ul.find("li").length, 3, "There should be only 3 list items left");
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue