diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json
index da7a5102362..a447d6bffa6 100644
--- a/challenges/bootstrap.json
+++ b/challenges/bootstrap.json
@@ -1949,8 +1949,8 @@
"Give the well on the left the id of left-well. Give the well on the right the id of right-well."
],
"tests": [
- "assert($(\"#left-well\") && $(\"#left-well\").length > 0, 'Give your left well the id of left-well.')",
- "assert($(\"#right-well\") && $(\"#right-well\").length > 0, 'Give your right well the id of right-well.')"
+ "assert($(\".col-xs-6\").children(\"#left-well\") && $(\".col-xs-6\").children(\"#left-well\").length > 0, 'Give your left well the id of left-well.')",
+ "assert($(\".col-xs-6\").children(\"#right-well\") && $(\".col-xs-6\").children(\"#right-well\").length > 0, 'Give your right well the id of right-well.')"
],
"challengeSeed": [
"
target1 and ending with target6."
],
"tests": [
- "assert($(\"#target1\") && $(\"#target1\").length > 0, 'One button element should have the id target1.')",
- "assert($(\"#target2\") && $(\"#target2\").length > 0, 'One button element should have the id target2.')",
- "assert($(\"#target3\") && $(\"#target3\").length > 0, 'One button element should have the id target3.')",
- "assert($(\"#target4\") && $(\"#target4\").length > 0, 'One button element should have the id target4.')",
- "assert($(\"#target5\") && $(\"#target5\").length > 0, 'One button element should have the id target5.')",
- "assert($(\"#target6\") && $(\"#target6\").length > 0, 'One button element should have the id target6.')"
+ "assert($(\"#left-well\").children(\"#target1\") && $(\"#left-well\").children(\"#target1\").length > 0, 'One button element should have the id target1.')",
+ "assert($(\"#left-well\").children(\"#target2\") && $(\"#left-well\").children(\"#target2\").length > 0, 'One button element should have the id target2.')",
+ "assert($(\"#left-well\").children(\"#target3\") && $(\"#left-well\").children(\"#target3\").length > 0, 'One button element should have the id target3.')",
+ "assert($(\"#right-well\").children(\"#target4\") && $(\"#right-well\").children(\"#target4\").length > 0, 'One button element should have the id target4.')",
+ "assert($(\"#right-well\").children(\"#target5\") && $(\"#right-well\").children(\"#target5\").length > 0, 'One button element should have the id target5.')",
+ "assert($(\"#right-well\").children(\"#target6\") && $(\"#right-well\").children(\"#target6\").length > 0, 'One button element should have the id target6.')"
],
"challengeSeed": [
"