diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index ff676782f6..e3614e613c 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -1132,7 +1132,8 @@
"For example: <input type='text' placeholder='this is placeholder text'>"
],
"tests": [
- "assert($('[placeholder]').length > 0, 'Your text field should have the placeholder text of \"cat photo URL\".')"
+ "assert($('[placeholder]').length > 0, 'Your text field should have a placeholder attribute.')",
+ "assert(/url/gi.test($('input').attr('placeholder')), 'Your placeholder field should have the value of \"cat photo URL\".')"
],
"challengeSeed": [
"",