fixed broken open page call to prevent redirect in tests

This commit is contained in:
John Bender 2011-04-01 22:55:39 -07:00
parent 9280fb467f
commit 4bea7c41b8

View file

@ -68,7 +68,7 @@
});
asyncTest( "should go back to top level when the back button is clicked", function() {
$.testHelper.openPage("nested-list-test&ui-page=More-animals-0");
$.testHelper.openPage("#nested-list-test&ui-page=More-animals-0");
window.history.back();
setTimeout(function() {