Skip to content

Commit

Permalink
Change assertion message for task 1
Browse files Browse the repository at this point in the history
- On the codeschool website it asks students to add their name to the title element
  • Loading branch information
sdknjg8zxq committed Dec 8, 2016
1 parent 3ab48d7 commit 7b7f648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/index_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ describe('Your HTML Page', function() {
assert.equal(window.$('title').length, 1, 'Make sure to create a `title` element.');
});

it('should have a title with the text "Code School" @title', function() {
it('should have a title that contains your name @title', function() {
assert.notEqual(window.$('title').text(), '', 'Make sure to set the content of the `title` element to your Code School username.');
});

Expand Down

0 comments on commit 7b7f648

Please sign in to comment.