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 7a60574 commit bba820dCopy full SHA for bba820d
docs/content/tutorial/step_07.ngdoc
@@ -313,7 +313,7 @@ to various URLs and verify that the correct view was rendered.
313
it('should redirect index.html to index.html#/phones', function() {
314
browser.get('app/index.html');
315
browser.getLocationAbsUrl().then(function(url) {
316
- expect(url.split('#')[1]).toBe('/phones');
+ expect(url).toEqual('/phones');
317
});
318
319
0 commit comments