docs(guide/e2e-testing): remove superfluous block of text

The removed block is repeated from the unit-testing guide and appears
in an awkward place in this text.

Closes #4456
This commit is contained in:
Maarten Stolte 2013-10-16 23:19:24 +02:00 committed by Pete Bacon Darwin
parent e7177d3159
commit bb1395b452

View file

@ -173,11 +173,6 @@ Executes the `method` passing in `key` and `value` on the element matching the g
`selector`, where `method` can be any of the following jQuery methods: `attr`, `prop`, `css`. The
`label` is used for test output.
JavaScript is a dynamically typed language which comes with great power of expression, but it also
come with almost no-help from the compiler. For this reason we feel very strongly that any code
written in JavaScript needs to come with a strong set of tests. We have built many features into
angular which makes testing your angular applications easy. So there is no excuse for not testing.
# Matchers
Matchers are used in combination with the `expect(...)` function as described above and can