From 8723c4c2993c3ab9b3d8355608f0e4765e042e4e Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Wed, 27 May 2015 09:30:47 -0400 Subject: [PATCH] Adds "be" to the tests for comment html challenge. Closes #593 --- seed_data/challenges/basic-html5-and-css.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index f876fc7444..1cba228451 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -93,9 +93,9 @@ "You can start a comment with <!-- and end a comment with -->." ], "tests": [ - "assert(($('h1').length > 0), 'The h1 element should not commented. It should be visible in the browser.')", - "assert(($('h2').length > 0), 'The h2 element should not commented. It should be visible in the browser.')", - "assert(($('p').length > 0), 'The paragraph element should not commented. It should be visible in the browser.')" + "assert(($('h1').length > 0), 'The h1 element should not be commented. It should be visible in the browser.')", + "assert(($('h2').length > 0), 'The h2 element should not be commented. It should be visible in the browser.')", + "assert(($('p').length > 0), 'The paragraph element should not be commented. It should be visible in the browser.')" ], "challengeSeed": [ "