File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ describe('PhoneCat App', function() {
95
95
});
96
96
97
97
98
- it('should filter the phone list as user types into the search box', function() {
98
+ it('should filter the phone list as a user types into the search box', function() {
99
99
100
100
var phoneList = element.all(by.repeater('phone in phones'));
101
101
var query = element(by.model('query'));
@@ -159,7 +159,7 @@ Let's see how we can get the current value of the `query` model to appear in the
159
159
var phoneList = element.all(by.repeater('phone in phones'));
160
160
var query = element(by.model('query'));
161
161
162
- it('should filter the phone list as user types into the search box', function() {
162
+ it('should filter the phone list as a user types into the search box', function() {
163
163
expect(phoneList.count()).toBe(3);
164
164
165
165
query.sendKeys('nexus');
You can’t perform that action at this time.
0 commit comments