We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ab48d7 commit 7b7f648Copy full SHA for 7b7f648
test/index_test.js
@@ -21,7 +21,7 @@ describe('Your HTML Page', function() {
21
assert.equal(window.$('title').length, 1, 'Make sure to create a `title` element.');
22
});
23
24
- it('should have a title with the text "Code School" @title', function() {
+ it('should have a title that contains your name @title', function() {
25
assert.notEqual(window.$('title').text(), '', 'Make sure to set the content of the `title` element to your Code School username.');
26
27
0 commit comments