Assert that an element has or does not have a specific CSS property.
Step pattern
Then (the )*"([^"]*)?" element should( not)* contain "([^"]*)?"Examples
Example #1
Then the "body" element should contain "color:white;"Example #2
Then the "body" element should not contain "color:white;"Example #3
Then the "#uname" element should not contain "border:solid 5px red;"Example #4
Then the "pword" element should not contain "font-size: 26px;"