From b87e0134609542a7b63433aaa52a0cf6af9562f1 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 26 May 2015 09:08:29 -0700 Subject: [PATCH 1/2] closes #535 --- seed_data/challenges/bootstrap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index 6e1ada3983..617776b130 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -1188,8 +1188,8 @@ ], "tests": [ "assert($('.row').length > 4, 'Wrap your all of your checkboxes inside one div with the class \"row\".')", - "assert($('.col-xs-5').length > 0, 'Wrap each of your checkboxes inside its own div with the class \"col-xs-4\".')", - "assert($('.col-xs-7').length > 0, 'Wrap each of your checkboxes inside its own div with the class \"col-xs-4\".')" + "assert($('.col-xs-5').length > 0, 'Wrap your form submission button in a div with the class \"col-xs-5\".')", + "assert($('.col-xs-7').length > 0, 'Wrap your form text area in a div with the class \"col-xs-7\".')" ], "challengeSeed": [ "", From 4115638c9badd6263835856a58e5d2bb249a428b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 26 May 2015 09:32:32 -0700 Subject: [PATCH 2/2] closes #531 --- seed_data/challenges/bootstrap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index 617776b130..1db7d227aa 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -859,8 +859,8 @@ "Add <i class=\"fa fa-info-circle\"></i> within your info button's element, and a <i class=\"fa fa-trash\"></i> within your delete button." ], "tests": [ - "assert($('.fa-trash').length > 0, 'You should add a <i class=\"fa fa-trash\"></i> within your like button element.')", - "assert($('.fa-info-circle').length > 0, 'You should add a <i class=\"fa fa-info-circle\"></i> within your like button element.')" + "assert($('.fa-trash').length > 0, 'You should add a <i class=\"fa fa-trash\"></i> within your delete button element.')", + "assert($('.fa-info-circle').length > 0, 'You should add a <i class=\"fa fa-info-circle\"></i> within your info button element.')" ], "challengeSeed": [ "",