From 119060dc3f8df694bd2ee5214a3fb590fc6210d6 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 07:07:18 -0400 Subject: [PATCH] Reorder tests to display in clockwise notation, fixes typos in tests to match condition, closes #665 --- 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 bb8c5bd7aa..dcdb7af127 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -2420,10 +2420,10 @@ "You can also use this notation for margins!" ], "tests": [ - "assert($('.green-box').css('margin-left') === '40px', 'Your green-box class should give the left of elements 40px of margin.')", + "assert($('.green-box').css('margin-top') === '40px', 'Your green-box class should give the top of elements 40px of margin.')", + "assert($('.green-box').css('margin-right') === '20px', 'Your green-box class should give the right of elements 20px of margin.')", "assert($('.green-box').css('margin-bottom') === '20px', 'Your green-box class should give the bottom of elements 20px of margin.')", - "assert($('.green-box').css('margin-top') === '40px', 'Your green-box class should give the top of elements 20px of margin.')", - "assert($('.green-box').css('margin-right') === '20px', 'Your green-box class should give the right of elements 20px of margin.')" + "assert($('.green-box').css('margin-left') === '40px', 'Your green-box class should give the left of elements 40px of margin.')" ], "challengeSeed": [