From 2b9c89eccc6eeba08d2f472e05b84f7a0ebc4ad1 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sat, 1 Aug 2015 11:45:59 -0700 Subject: [PATCH] fixed tcyrus broken pull request and also extend its methodology to another challenge --- seed/challenges/html5-and-css.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 6c3c3b1481..793ef6f8ce 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -1409,7 +1409,7 @@ ], "tests": [ "assert($('ul').length > 0, 'Create a ul element.')", - "assert($('li').length > 2, 'Add three li elements to your ul element.')", + "assert($('ul li').length > 2, 'You should have three li elements within your ul element.')", "assert(editor.match(/<\\/ul>/g) && editor.match(/