Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Jul 6, 2015
1 parent 612de69 commit 3066bdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion seed/challenges/basic-html5-and-css.json
Original file line number Diff line number Diff line change
Expand Up @@ -1800,7 +1800,7 @@
],
"tests": [
"assert($('form').children('button').length > 0, 'Your form should have a button inside it.')",
"assert($('button').attr('type') === 'submit', 'Your submit button should have be of input type \"submit\".')",
"assert($('button').attr('type') === 'submit', 'Your submit button should have the type \"submit\".')",
"assert($('button').text().match(/submit/gi), 'Your submit button should have the text \"submit\".')",
"assert(editor.match(/<\\/button>/g) && editor.match(/<button/g) && editor.match(/<\\/button>/g).length === editor.match(/<button/g).length, 'Make sure your <code>button</code> element has a closing tag.')"
],
Expand Down

0 comments on commit 3066bdc

Please sign in to comment.