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

Commit 2d0f603

Browse files
yilinglupetebacondarwin
authored andcommitted
docs(tutorial/step-8): link to Protractor rather than ngScenario
Angular test runner API has been deprecated, Protractor is advised: http://docs.angularjs.org/guide/e2e-testing Link is updated to direct reader to Protractor API. Closes #7001
1 parent ebd9a2a commit 2d0f603

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/content/tutorial/step_08.ngdoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ You can now rerun `npm run protractor` to see the tests run.
184184

185185
# Experiments
186186

187-
* Using the {@link guide/dev_guide.e2e-testing Angular's end-to-end test runner API}, write a test
188-
that verifies that we display 4 thumbnail images on the Nexus S details page.
187+
* Using the {@link https://github.com/angular/protractor/blob/master/docs/api.md Protractor API},
188+
write a test that verifies that we display 4 thumbnail images on the Nexus S details page.
189189

190190

191191
# Summary

0 commit comments

Comments
 (0)