Fix Waypoint Change Font Size Tests

Removes a test that is not consistent with the instructions.
Closes #3749
pull/3756/head
Logan Tegman 2015-10-15 06:34:46 -07:00
parent 001ba84619
commit e82e6e9d41
1 changed files with 0 additions and 1 deletions

View File

@ -542,7 +542,6 @@
"assert($(\"p\").length > 1, 'You need 2 <code>p</code> elements with Kitty Ipsum text.')",
"assert(editor.match(/<\\/p>/g) && editor.match(/<\\/p>/g).length === editor.match(/<p/g).length, 'Make sure each of your <code>p</code> elements has a closing tag.')",
"assert.isTrue((/Purr\\s+jump\\s+eat/gi).test($(\"p\").text()), 'Your <code>p</code> element should contain the first few words of the provided additional <code>kitty ipsum text</code>.')",
"assert($(\"p.red-text\").length === 2, 'Give each of your <code>p</code> elements the <code>red-text</code> class.')",
"assert($(\"p\").css(\"font-size\") === \"16px\", 'Give elements with the <code>red-text</code> class a <code>font-size</code> of 16px.')"
],
"challengeSeed": [