We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69cf82e commit 51cea06Copy full SHA for 51cea06
test/integration/test.js
@@ -1205,9 +1205,9 @@ describe('integration', function() {
1205
1206
// can't call history.back() because it will change url of parent document
1207
// (e.g. document running mocha) ... instead just "emulate" a back button
1208
- // press by calling replaceState + onpopstate manually
+ // press by calling replaceState
1209
history.replaceState({}, '', '/bar?a=1#fragment');
1210
- window.onpopstate();
+
1211
done();
1212
},
1213
function() {
0 commit comments