Fixed unit tests

This commit is contained in:
Ghislain Seguin 2011-05-19 00:00:05 -07:00
parent 4255f5752f
commit 59a04d5a90

View file

@ -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");