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

Commit 588901c

Browse files
fireashessjelin
authored andcommitted
Update example_spec.js (#4022)
The second test case fails. Updating so that it passes.
1 parent dbc8d5a commit 588901c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/example_spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ describe('angularjs homepage', function() {
2020

2121
it('should list todos', function() {
2222
expect(todoList.count()).toEqual(2);
23-
expect(todoList.get(1).getText()).toEqual('build an angular app');
23+
expect(todoList.get(1).getText()).toEqual('build an AngularJS app');
2424
});
2525

2626
it('should add a todo', function() {

0 commit comments

Comments
 (0)