mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-16 21:06:35 +08:00
Small Fix of Bootstrap waypoint challenge - Issue 1502
Changed second check for second class - 'btn-default'
This commit is contained in:
parent
1de4de80eb
commit
0971cf2947
@ -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'>",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user