Merge pull request #12117 from Manish-Giri/fix/update-test-message-border-radius

Update test message in circular-border-radius challenge
This commit is contained in:
Dylan
2017-01-03 19:22:17 -06:00
committed by GitHub

View File

@ -1494,7 +1494,7 @@
],
"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(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",
"challengeType": 0,