We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ab48d7 + 7b7f648 commit a4b0f0aCopy full SHA for a4b0f0a
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