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

Commit

Permalink
Update example_spec.js (#4022)
Browse files Browse the repository at this point in the history
The second test case fails. Updating so that it passes.
  • Loading branch information
fireashes authored and sjelin committed Jan 27, 2017
1 parent dbc8d5a commit 588901c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('angularjs homepage', function() {

it('should list todos', function() {
expect(todoList.count()).toEqual(2);
expect(todoList.get(1).getText()).toEqual('build an angular app');
expect(todoList.get(1).getText()).toEqual('build an AngularJS app');
});

it('should add a todo', function() {
Expand Down

0 comments on commit 588901c

Please sign in to comment.