AddFormFieldRadioTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Communities
type _134_name Expando Web Form Community
clickAtAndWait //input[@value='Search']
clickAtAndWait //tr[@class='portlet-section-body results-row last']/td[1]/a
clickAtAndWait link=Web Form Page
clickAtAndWait link=Configuration
clickAt link=Form Fields
waitForVisible link=Add Row
clickAt link=Add Row
waitForVisible _86_fieldType4
select _86_fieldType4 label=Radio Buttons
waitForElementPresent _86_fieldOptions4
type _86_fieldLabel4 Gender
type _86_fieldOptions4 Male,Female
clickAtAndWait //input[@value='Save']
assertTextPresent You have successfully updated the setup.
waitForElementPresent link=Web Form Page
clickAtAndWait link=Web Form Page
assertTextPresent Gender
assertElementPresent //input[@value='Male']
assertElementPresent //input[@value='Female']