AddSettingsAddressTest
open /web/guest/home/
waitForElementPresent link=Control Panel
clickAtAndWait link=Control Panel
clickAtAndWait link=Settings
assertPartialText //a[@id='_130_addressesLink'] Addresses
clickAt //a[@id='_130_addressesLink'] Addresses
type _130_addressStreet1_0 123. Liferay Ln.
type _130_addressCity0 Rays of Light
type _130_addressZip0 12345
select _130_addressCountryId0 label=United States
waitForPartialText _130_addressRegionId0 California
select _130_addressRegionId0 label=California
select _130_addressTypeId0 label=Billing
clickAt _130_addressMailing0Checkbox
clickAt _130_addressPrimary0
clickAtAndWait //input[@value='Save']
waitForElementPresent _130_addressStreet1_0
assertText //section/div/div/div/div Your request processed successfully.
assertValue _130_addressStreet1_0 123. Liferay Ln.
assertValue _130_addressCity0 Rays of Light
assertValue _130_addressZip0 12345
assertSelectedLabel _130_addressTypeId0 Billing
assertSelectedLabel _130_addressCountryId0 United States
assertSelectedLabel _130_addressRegionId0 California