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

Commit f115751

Browse files
brakonpetebacondarwin
authored andcommittedSep 13, 2013
docs(guide/e2e_testing): clarify that .enter searches by ng-model
1 parent 64e7b77 commit f115751

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎docs/content/guide/dev_guide.e2e-testing.ngdoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ it('should filter results', function() {
3838
});
3939
</pre>
4040
This scenario describes the requirements of a Buzz Client, specifically, that it should be able to
41-
filter the stream of the user. It starts by entering a value in the 'user' input field, clicking
41+
filter the stream of the user. It starts by entering a value in the input field with ng-model="user", clicking
4242
the only button on the page, and then it verifies that there are 10 items listed. It then enters
43-
'Bees' in the 'filterText' input field and verifies that the list is reduced to a single item.
43+
'Bees' in the input field with ng-model='filterText' and verifies that the list is reduced to a single item.
4444

4545
The API section below lists the available commands and expectations for the Runner.
4646

0 commit comments

Comments
 (0)
This repository has been archived.