| AddSettingsAddress1Test | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Control Panel | |
| clickAtAndWait | link=Control Panel | |
| clickAtAndWait | link=Settings | |
| clickAt | addressesLink | Addresses |
| type | _130_addressStreet1_0 | 123. Liferay Ln. |
| type | _130_addressCity0 | Rays of Light |
| type | _130_addressZip0 | 12345 |
| select | _130_addressTypeId0 | label=Billing |
| clickAtAndWait | //input[@value='Save'] | |
| assertText | //div[@class='portlet-msg-success'] | Your request processed successfully. |
| waitForElementPresent | _130_addressStreet1_0 | |
| assertValue | _130_addressStreet1_0 | 123. Liferay Ln. |
| assertValue | _130_addressCity0 | Rays of Light |
| assertValue | _130_addressZip0 | 12345 |
| assertSelectedLabel | _130_addressTypeId0 | Billing |