diff --git a/seed_data/coursewares.json b/seed_data/coursewares.json index 25738ce4b8..4dc4a7da26 100644 --- a/seed_data/coursewares.json +++ b/seed_data/coursewares.json @@ -88,7 +88,7 @@ "Here's how you would set the h2 element's text color to blue: <h2 style=\"color: blue\">hello html<h2>" ], "tests": [ - "expect($('h2')).to.have.css('color', 'red');" + "expect($('h2')).to.have.css('color', 'rgb(255, 0, 0)');" ], "challengeSeed": "

hello world

\n

hello html

\n

hello paragraph

" },