Small Fix of Bootstrap waypoint challenge - Issue 1502
Changed second check for second class - 'btn-default'
This commit is contained in:
@ -1743,7 +1743,7 @@
|
||||
],
|
||||
"tests": [
|
||||
"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": [
|
||||
"<div class='container-fluid'>",
|
||||
|
Reference in New Issue
Block a user