From af706fb84d2e743051ceb8722960a6dba3cb620d Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Wed, 3 Jun 2015 00:07:39 -0700 Subject: [PATCH] fix bootstrap more issues --- seed_data/challenges/bootstrap.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index bcf2090c1a..d08369dea9 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -618,9 +618,9 @@ "The \"row\" class is applied to a div, and the buttons themselves can be wrapped within it." ], "tests": [ - "assert($('div.row:has(button)').length > 2, 'Your buttons should be wrapped within a div with the class \"row\".')", - "assert($('div.col-xs-4').length > 2, 'Each of your Bootstrap buttons should be wrapped in a div with the class \"col-xs-4\".')", - "assert(editor.match(/<\\/button>/g) && editor.match(/<\\/button>/g).length === editor.match(/