Skip to content

Commit

Permalink
Update basic-html5-and-css.json
Browse files Browse the repository at this point in the history
  • Loading branch information
benmcmahon100 committed Jul 1, 2015
1 parent 3955767 commit 9120edc
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 @@ -493,7 +493,7 @@
"tests": [
"assert($('h2').css('color') === 'rgb(255, 0, 0)', 'Your <code>h2</code> element should be red.')",
"assert($('h2').hasClass('red-text'), 'Your <code>h2</code> element should have the class \"red-text\".')",
"assert($('h2').attr('style') == undefined, 'Please make sure there is no inline <code> style = </code> in you <code>h2</code> and change the color by using the css class <code> red-text </code>')"
"assert($('h2').attr('style') === undefined, 'Please make sure there is no inline <code> style = </code> in you <code>h2</code> and change the color by using the css class <code> red-text </code>')"
],
"challengeSeed": [
"<style>",
Expand Down

0 comments on commit 9120edc

Please sign in to comment.