Small Fix of Bootstrap waypoint challenge - Issue 1502

Changed second check for second class - 'btn-default'
pull/18182/head
Marcin Flotyński 2015-08-04 15:00:22 +02:00
parent 1de4de80eb
commit 0971cf2947
1 changed files with 1 additions and 1 deletions

View File

@ -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'>",