Skip to content

Commit 4932521

Browse files
committed
second half of the test fix from yesterday that was required by the root page url default
1 parent 713c6a0 commit 4932521

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/unit/navigation/navigation_base.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,7 @@
8686
// the hash based nav result (hash:) is dictate by the fact that #internal-page-1
8787
// is the original root page element
8888
$.testHelper.assertUrlLocation({
89-
push: location.pathname + "#internal-page-1",
90-
hash: location.pathname + location.search,
89+
hashOrPush: location.pathname + location.search,
9190
report: "navigate from a page in a non-base directory to an internal page"
9291
});
9392

0 commit comments

Comments
 (0)