Update test message in circular-border-radius challenge

This commit is contained in:
MANISH-GIRI
2016-12-19 14:31:20 -05:00
parent 9653008093
commit aa3f13403a

View File

@ -1494,7 +1494,7 @@
], ],
"tests": [ "tests": [
"assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of <code>50&#37;</code>&#44; making it perfectly circular.');", "assert(parseInt($(\"img\").css(\"border-top-left-radius\")) > 48, 'message: Your image should have a border radius of <code>50&#37;</code>&#44; making it perfectly circular.');",
"assert(code.match(/50%/g), 'message: Be sure to use a percentage instead of a pixel value.');" "assert(code.match(/50%/g), 'message: Be sure to use a percentage value of <code>50&#37;</code>.');"
], ],
"type": "waypoint", "type": "waypoint",
"challengeType": 0, "challengeType": 0,