Skip to content
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 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