From 1c3bb668482fac6f4711138a7d1f5bcfb3d2880c Mon Sep 17 00:00:00 2001 From: Michael Q Larson Date: Thu, 5 Feb 2015 22:31:15 -0800 Subject: [PATCH] figure out a test for inline styles --- seed_data/coursewares.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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

" },