From c61a95eae5d0a87d74333e06d083c4f6874f8f14 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 08:32:27 -0400 Subject: [PATCH] Consistent use of img in add borders challenge, closes #670 --- seed_data/challenges/basic-html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index fde44601b0..80dabd999f 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -743,8 +743,8 @@ ], "tests": [ "assert($('img').hasClass('smaller-image'), 'Your img element should have the class \"smaller-image\".')", - "assert($('img').hasClass('thick-green-border'), 'Your image element should have the class \"thick-green-border\".')", - "assert(parseInt($('img').css('border-left-width')) > 8, 'Your image should have a border with a width of 10 pixels.')" + "assert($('img').hasClass('thick-green-border'), 'Your img element should have the class \"thick-green-border\".')", + "assert(parseInt($('img').css('border-left-width')) > 8, 'Your img should have a border with a width of 10 pixels.')" ], "challengeSeed": [ "",