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

Update example_spec.js #4022

Merged
merged 1 commit into from
Jan 27, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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