Small Fix of Bootstrap waypoint challenge - Issue 1502

Changed second check for second class - 'btn-default'
This commit is contained in:
Marcin Flotyński
2015-08-04 15:00:22 +02:00
parent 1de4de80eb
commit 0971cf2947

View File

@ -1743,7 +1743,7 @@
], ],
"tests": [ "tests": [
"assert($('.btn').length > 5, 'Apply the \"btn\" class to each of your <code>button</code> elements.')", "assert($('.btn').length > 5, 'Apply the \"btn\" class to each of your <code>button</code> elements.')",
"assert($('.btn').length > 5, 'Apply the \"btn-default\" class to each of your <code>button</code> elements.')" "assert($('.btn-default').length > 5, 'Apply the \"btn-default\" class to each of your <code>button</code> elements.')"
], ],
"challengeSeed": [ "challengeSeed": [
"<div class='container-fluid'>", "<div class='container-fluid'>",