diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index 088f671027..3075a3cdfa 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -16,7 +16,7 @@
"To enable the \"Go to my next challenge\" button on this exercise, change your h1
tag's text to say \"Hello World\" instead of \"Hello\"."
],
"tests": [
- "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1
element should have the text \"Hello World\"')"
+ "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1
element should have the text \"Hello World\".')"
],
"challengeSeed": [
"
h2
element.')",
"assert(editor.match(/<\\/h2>/g) && editor.match(/<\\/h2>/g).length === editor.match(/h2
element has a closing tag.')",
- "assert.isTrue((/cat(\\s)?photo(\\s)?app/gi).test($('h2').text()), 'Your h2
element should have the text \"CatPhotoApp\"')",
- "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1
element should have the text \"Hello World\"')"
+ "assert.isTrue((/cat(\\s)?photo(\\s)?app/gi).test($('h2').text()), 'Your h2
element should have the text \"CatPhotoApp\".')",
+ "assert.isTrue((/hello(\\s)+world/gi).test($('h1').text()), 'Your h1
element should have the text \"Hello World\".')"
],
"challengeSeed": [
"br
element to your page, preferably between two of your elements.')"
+ "assert(($('br').length > 0), 'Add a br
element to your page preferably between two of your elements.')"
],
"challengeSeed": [
"h2
element should be blue.')",
- "assert(!$('h2').attr('style'), 'Remove the style attribute from your h2
element.')"
+ "assert(!$('h2').attr('style'), 'Remove the style attribute from your h2
element.')",
+ "assert(($('style').length > 0), 'Create a style
element.')",
+ "assert(editor.match(/<\\/style>/g) && editor.match(/<\\/style>/g).length === editor.match(/