mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-19 21:09:51 +08:00
Update test message in circular-border-radius challenge
This commit is contained in:
parent
9653008093
commit
aa3f13403a
@ -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%</code>, 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%</code>.');"
|
||||
],
|
||||
"type": "waypoint",
|
||||
"challengeType": 0,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user