diff --git a/challenges/01-front-end-development-certification/bootstrap.json b/challenges/01-front-end-development-certification/bootstrap.json index 0bc7e074b9..7f1b97a654 100644 --- a/challenges/01-front-end-development-certification/bootstrap.json +++ b/challenges/01-front-end-development-certification/bootstrap.json @@ -863,7 +863,7 @@ "" ], "tests": [ - "assert($(\"div.row:has(button)\").length > 0, 'message: Your buttons should all be nested within the same div element with the class row.');", + "assert($(\"div.row button\").length === 3, 'message: Your buttons should all be nested within the same div element with the class row.');", "assert($(\"div.col-xs-4:has(button)\").length > 2, 'message: Each of your Bootstrap buttons should be nested within its own div element with the class col-xs-4.');", "assert(code.match(/<\\/button>/g) && code.match(/