diff options
| author | Peter Bacon Darwin | 2014-02-06 13:33:42 +0000 |
|---|---|---|
| committer | Peter Bacon Darwin | 2014-02-16 19:03:40 +0000 |
| commit | c7e815f63b6c22f5bbc798f34386c01fa72cab7d (patch) | |
| tree | 13d8e640ae037112a63f240be22390cc5b3fc522 /docs/content/guide/dev_guide.e2e-testing.ngdoc | |
| parent | 6483dea08c6fae937e62ce242212152d7ef27d91 (diff) | |
| download | angular.js-c7e815f63b6c22f5bbc798f34386c01fa72cab7d.tar.bz2 | |
docs(bike-shed-migration): fix up links outside the domain
It is safer to use markdown style links and save jsdoc style links for
internal links and code references
Diffstat (limited to 'docs/content/guide/dev_guide.e2e-testing.ngdoc')
| -rw-r--r-- | docs/content/guide/dev_guide.e2e-testing.ngdoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/guide/dev_guide.e2e-testing.ngdoc b/docs/content/guide/dev_guide.e2e-testing.ngdoc index ce4e586c..e0d3f61d 100644 --- a/docs/content/guide/dev_guide.e2e-testing.ngdoc +++ b/docs/content/guide/dev_guide.e2e-testing.ngdoc @@ -55,7 +55,7 @@ the only button on the page, and then it verifies that there are 10 items listed The API section below lists the available commands and expectations for the Runner. # API -Source: {@link https://github.com/angular/angular.js/blob/master/src/ngScenario/dsl.js} +Source: https://github.com/angular/angular.js/blob/master/src/ngScenario/dsl.js ## pause() Pauses the execution of the tests until you call `resume()` in the console (or click the resume @@ -188,7 +188,7 @@ Executes the `method` passing in `key` and `value` on the element matching the g Matchers are used in combination with the `expect(...)` function as described above and can be negated with `not()`. For instance: `expect(element('h1').text()).not().toEqual('Error')`. -Source: {@link https://github.com/angular/angular.js/blob/master/src/ngScenario/matchers.js} +Source: https://github.com/angular/angular.js/blob/master/src/ngScenario/matchers.js <pre> // value and Object comparison following the rules of angular.equals(). @@ -222,7 +222,7 @@ expect(value).toBeGreaterThan(expected) </pre> # Example -See the {@link https://github.com/angular/angular-seed angular-seed} project for more examples. +See the [angular-seed](https://github.com/angular/angular-seed) project for more examples. ## Conditional actions with element(...).query(fn) |
