Skip to content

Commit 7b7f648

Browse files
committed
Change assertion message for task 1
- On the codeschool website it asks students to add their name to the title element
1 parent 3ab48d7 commit 7b7f648

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/index_test.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ describe('Your HTML Page', function() {
2121
assert.equal(window.$('title').length, 1, 'Make sure to create a `title` element.');
2222
});
2323

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

0 commit comments

Comments
 (0)