diff --git a/tests/unit/navigation/navigation_base.js b/tests/unit/navigation/navigation_base.js index 454973aa..3b7f2b9c 100644 --- a/tests/unit/navigation/navigation_base.js +++ b/tests/unit/navigation/navigation_base.js @@ -86,8 +86,7 @@ // the hash based nav result (hash:) is dictate by the fact that #internal-page-1 // is the original root page element $.testHelper.assertUrlLocation({ - push: location.pathname + "#internal-page-1", - hash: location.pathname + location.search, + hashOrPush: location.pathname + location.search, report: "navigate from a page in a non-base directory to an internal page" });