From 953500cf70b943239bb115054782ad1675483b2c Mon Sep 17 00:00:00 2001 From: Yiling Lu Date: Fri, 4 Apr 2014 22:33:07 -0700 Subject: [PATCH] Update step_08.ngdoc 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. --- docs/content/tutorial/step_08.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/tutorial/step_08.ngdoc b/docs/content/tutorial/step_08.ngdoc index b5d36e79ca99..638de07974ad 100644 --- a/docs/content/tutorial/step_08.ngdoc +++ b/docs/content/tutorial/step_08.ngdoc @@ -184,7 +184,7 @@ You can now rerun `npm run protractor` to see the tests run. # Experiments -* Using the {@link guide/dev_guide.e2e-testing Angular's end-to-end test runner API}, write a test +* Using the {@link https://github.com/angular/protractor/blob/master/docs/api.md Protractor API}, write a test that verifies that we display 4 thumbnail images on the Nexus S details page.