From 08cdc103630b9a95f371557718d40a2b00dc7d7a Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 09:18:46 -0400 Subject: [PATCH] Updates test hint display, closes #673 --- 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 55f3b78af1..79cb1546af 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -976,7 +976,7 @@ ], "tests": [ "assert((/photo/gi).test($('a').text()), 'You need an anchor element that links to \"catphotoapp.com\".')", - "assert($('a').filter(function(index) { return /photo/gi.test($('a')[index]); }).length === 1, 'Your anchor element should have the anchor text of \"See my cat photos\"')", + "assert($('a').filter(function(index) { return /photo/gi.test($('a')[index]); }).length === 1, 'Your anchor element should have the anchor text of \"cat photos\"')", "assert($('a').parent().is('p'), 'Your anchor element should be wrapped within a paragraph element.')" ], "challengeSeed": [