Skip to content

Commit 464a478

Browse files
committed
Fix intermittent "pjax fallback" test suite failures
The `history.forward()` navigation is unnecessary for this test, but causes it to affect the rest of the test suite.
1 parent 08a785d commit 464a478

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/unit/pjax_fallback.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@ asyncTest("adds entry to browser history"+s, function() {
116116
frame.history.back()
117117
} else if (count == 2) {
118118
equal(frame.location.pathname, "/home.html")
119-
frame.history.forward()
120119
start()
121120
}
122121
}

0 commit comments

Comments
 (0)