From 9878fee2992a845dff1e3e083f487013ebde8064 Mon Sep 17 00:00:00 2001 From: Peter Bacon Darwin Date: Fri, 14 Feb 2014 11:44:41 +0000 Subject: test(docs-app-e2e): refactor test inline with new docs app The links to code elements have now changed: api/ng.directive:ngClick -> api/ng/directive/ngClick. Examples now run inside iframes, so we need to instruct Protractor to switch to the example iframe. --- src/ng/directive/input.js | 22 +++++++++++----------- test/e2e/docsAppE2E.js | 13 ++++++++----- 2 files changed, 19 insertions(+), 16 deletions(-) diff --git a/src/ng/directive/input.js b/src/ng/directive/input.js index 0410b197..c7983d16 100644 --- a/src/ng/directive/input.js +++ b/src/ng/directive/input.js @@ -39,7 +39,7 @@ var inputType = { * @param {boolean=} [ngTrim=true] If set to false Angular will not automatically trim the input. * * @example - +