| AddAddress2MyAccountTest | ||
| open | /web/guest/home | |
| waitForElementPresent | link=My Account | |
| clickAtAndWait | link=My Account | |
| clickAt | link=Addresses | |
| waitForVisible | //div[7]/div[1]/input | |
| clickAtAndWait | //div[7]/div[1]/input | |
| type | _2_street1 | 123 Lets |
| select | _2_countryId | label=Canada |
| waitForText | _2_regionId | AlbertaBritish ColumbiaManitobaNew BrunswickNewfoundland and LabradorNorthwest TerritoriesNova ScotiaNunavutOntarioPrince Edward IslandQuebecSaskatchewanYukon |
| type | _2_street2 | 897 Hope |
| select | _2_regionId | label=Ontario |
| select | _2_typeId | label=Other |
| type | _2_street3 | 7896 This |
| type | _2_city | Works |
| type | _2_zip | 00000 |
| clickAtAndWait | //input[@value='Save'] | |
| assertText | //div[2]/div/div/div | Your request processed successfully. |
| assertText | //div[3]/table/tbody/tr[3]/td[1] | 123 Lets 897 Hope 7896 This |
| assertText | //div[3]/table/tbody/tr[3]/td[2] | Works |
| assertText | //tr[3]/td[3] | 00000 |
| assertText | //tr[3]/td[4] | Other |
| assertText | //tr[3]/td[5] | No |
| assertText | //tr[3]/td[6] | No |