Assert that a radio button should or should not be selected.
Step pattern
Then (the )*radio button "([^"]*)?" should( not)* be selectedExamples
Example #1
Then the radio button "#gender-male" should be selectedExample #2
Then the radio button "#gender-female" should not be selectedExample #3
Then the radio button ".option-1" should be selected