diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 05f9256358..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(/