From 1515462fcf6e9e030b3d9db78146a855998dfaa7 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Thu, 4 Jun 2015 12:50:42 -0700 Subject: [PATCH] fix #819 --- seed_data/challenges/bootstrap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/bootstrap.json b/seed_data/challenges/bootstrap.json index b68fec1fe1..abf29c33b5 100644 --- a/seed_data/challenges/bootstrap.json +++ b/seed_data/challenges/bootstrap.json @@ -619,7 +619,7 @@ ], "tests": [ "assert($('div.row:has(button)'), 'Your buttons should all be wrapped within the same div element with the class \"row\".')", - "assert($('div.col-xs-4').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own a div element with the class \"col-xs-4\".')", + "assert($('div.col-xs-4:has(button)').length > 2, 'Each of your Bootstrap buttons should be wrapped within its own a div element with the class \"col-xs-4\".')", "assert(editor.match(/<\\/button>/g) && editor.match(/