Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cf2a761

Browse files
juwalterpetebacondarwin
authored andcommitted
docs(tutorial/step-07): update path to pages in e2e scenarios
The url paths in the tutorial are not in line with the actual tutorial code Closes #5264
1 parent 9e538e7 commit cf2a761

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_07.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -258,15 +258,15 @@ to various URLs and verify that the correct view was rendered.
258258
<pre>
259259
...
260260
it('should redirect index.html to index.html#/phones', function() {
261-
browser().navigateTo('../../app/index.html');
261+
browser().navigateTo('app/index.html');
262262
expect(browser().location().url()).toBe('/phones');
263263
});
264264
...
265265

266266
describe('Phone detail view', function() {
267267

268268
beforeEach(function() {
269-
browser().navigateTo('../../app/index.html#/phones/nexus-s');
269+
browser().navigateTo('app/index.html#/phones/nexus-s');
270270
});
271271

272272

0 commit comments

Comments
 (0)