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 48fee77 commit f80fe25Copy full SHA for f80fe25
test/spec/ns.page.js
@@ -246,7 +246,7 @@ describe('ns.page', function() {
246
return ns.page.go('/inbox').then(function() {
247
return ns.page.go('/message/1').then(function() {
248
249
- expect(ns.page.history._history).to.be.eql([ '/message/1' ]);
+ expect(ns.page.history.getPrevious()).to.be.eql('/message/1');
250
});
251
252
0 commit comments