From e5e2dec017c209bbd660d80e67bec841a4d3c25a Mon Sep 17 00:00:00 2001 From: Doug Shamoo Date: Wed, 27 May 2015 15:26:04 +0800 Subject: [PATCH] Issue 569 fix, tests added. --- seed_data/challenges/basic-html5-and-css.json | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index cb2ab71f61..271a5f9cc5 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -1936,8 +1936,10 @@ "You can also use this notation for margins!" ], "tests": [ - "assert($('.green-box').css('padding-left') === '40px', 'Your green-box class should give the left of elements 40px of padding.')", - "assert($('.green-box').css('padding-bottom') === '20px', 'Your green-box class should give the bottom of elements 20px of padding.')" + "assert($('.green-box').css('padding-top') === '40px', 'Your green-box class should give the top of elements 40px of padding.')", + "assert($('.green-box').css('padding-right') === '20px', 'Your green-box class should give the right of elements 20px of padding.')", + "assert($('.green-box').css('padding-bottom') === '20px', 'Your green-box class should give the bottom of elements 20px of padding.')", + "assert($('.green-box').css('padding-left') === '40px', 'Your green-box class should give the left of elements 40px of padding.')" ], "challengeSeed": [ "