Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b7f648

Browse filesBrowse 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
Copy full SHA for 7b7f648

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎test/index_test.js‎

Copy file name to clipboardExpand all lines: test/index_test.js
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.