small fixs for linux chrome tests

This commit is contained in:
John Bender 2011-03-25 22:55:25 -07:00
parent 6089618431
commit bf5d09cf9c

View file

@ -31,7 +31,7 @@
});
asyncTest( "Slides back to main page when back button is clicked", function() {
$.testHelper.openPage("#basic-linked-results");
$.testHelper.openPage("#basic-link-results");
$('#basic-link-results a:contains("Back")').click();
setTimeout(function() {
@ -227,7 +227,7 @@
}, 500);
setTimeout(function() {
same($searchPage.find('li[style^="display: none;"]').length, 0);
same($searchPage.find("li[style^='display: none;']").length, 0);
start();
}, 1000);
});