Quick fix to issue #509
This commit is contained in:
@ -53,7 +53,7 @@
|
|||||||
"You can create a paragraph element like so: <code><p>I'm a p tag!</p></code>"
|
"You can create a paragraph element like so: <code><p>I'm a p tag!</p></code>"
|
||||||
],
|
],
|
||||||
"tests": [
|
"tests": [
|
||||||
"assert(($('p').length > 0), 'Create an <code>h2</code> elements.')",
|
"assert(($('p').length > 0), 'Create an <code>p</code> elements.')",
|
||||||
"assert.isTrue((/hello(\\s)+paragraph/gi).test($('p').text()), 'Your paragraph element should have the text \"Hello Paragraph\"')"
|
"assert.isTrue((/hello(\\s)+paragraph/gi).test($('p').text()), 'Your paragraph element should have the text \"Hello Paragraph\"')"
|
||||||
],
|
],
|
||||||
"challengeSeed": [
|
"challengeSeed": [
|
||||||
|
Reference in New Issue
Block a user