Then the radio button "value" should be selected

Assert that the radio button with the specified selector should or should not be selected.

Then( the)* radio button with value "([^"]*)?" should( not)* be selected

Example #1: Then the radio button "#gender-male" should be selected

Example #2: Then the radio button ".option-1" should be selected

This step definition is used to verify that the radio button is not selected.

Example #3: Then the radio button "#gender-female" should not be selected