mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-30 19:04:43 +00:00
fixed broken open page call to prevent redirect in tests
This commit is contained in:
parent
9280fb467f
commit
4bea7c41b8
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue