This commit is contained in:
terakilobyte
2015-05-26 13:33:50 -04:00
parent 30280b0645
commit 15817591d4

View File

@ -474,7 +474,7 @@
], ],
"tests": [ "tests": [
"assert($('img').length > 0, 'Your webpage should have an image element.')", "assert($('img').length > 0, 'Your webpage should have an image element.')",
"assert(!!$('img').attr('src'), 'Your image should have have a <code>src</code> attribute that points to the kitten image.')" "assert($('img').attr('src').toString() === 'http://bit.ly/fcc-kittens', 'Your image should have have a <code>src</code> attribute that points to the kitten image.')"
], ],
"challengeSeed": [ "challengeSeed": [
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>", "<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",