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(/