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 //td[2]/a Open
clickAtAndWait link=Web Form Page
clickAt //strong/a Options
waitForVisible //div[@class='lfr-component lfr-menu-list']/ul/li[2]/a Configuration
assertText //div[@class='lfr-component lfr-menu-list']/ul/li[2]/a Configuration
click //div[@class='lfr-component lfr-menu-list']/ul/li[2]/a Configuration
waitForVisible //div[3]/span/span/button[1] Add Row
clickAt //div[3]/span/span/button[1] Add Row
waitForVisible _86_fieldType4
select _86_fieldType4 label=Radio Buttons
waitForElementPresent _86_fieldLabel4_en_US
type _86_fieldLabel4_en_US Gender
type _86_fieldOptions4_en_US Male,Female
clickAtAndWait //input[@value='Save']
assertText //div[@id='p_p_id_86_']/div/div[1] 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']