diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index 7a3a07c47a..d96b290eab 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -1650,8 +1650,7 @@
"For example, if you wanted to make a text input field required, you can just add the word \"required\" within your input
element use: <input type='text' required>
"
],
"tests": [
- "assert($('input').prop('required'), 'Your text field should have the property of being required.')",
- "assert(new RegExp('cat photo URL').test($('input').prop('placeholder')), 'Your text field should have the placeholder text of \"cat photo URL\".')"
+ "assert($('input').prop('required'), 'Your text field should have the property of being required.')"
],
"challengeSeed": [
"",
@@ -1700,7 +1699,7 @@
"