From 894428f6e21915993d62f6e1028d3701e30af0bf Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 09:13:28 -0400 Subject: [PATCH] Matches test output hint to instructions for link to external pages challenge, closes #677 --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index b30e226e12..55f3b78af1 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -914,7 +914,7 @@ "Here's an example: <p>Here's a <a href='http://freecodecamp.com'> link to Free Code Camp</a> for you to follow.</p>" ], "tests": [ - "assert((/cat photos/gi).test($('a').text()), 'Your anchor element should have the anchor text of \"See my cat photos\"')", + "assert((/cat photos/gi).test($('a').text()), 'Your anchor element should have the anchor text of \"cat photos\"')", "assert($('a').filter(function(index) { return /com/gi.test($('a').attr('href')); }).length > 0, 'You need an anchor element that links to http://catphotoapp.com.')" ], "challengeSeed": [