| EditCategoryItemTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Shopping Test Page | |
| clickAtAndWait | link=Shopping Test Page | |
| clickAtAndWait | //td[1]/a | |
| assertTextPresent | Item Test This is an item test. Limited: Time Only |
|
| clickAt | //strong/a | |
| waitForElementPresent | link=Edit | |
| clickAtAndWait | link=Edit | |
| type | _34_name | Item Test Edited |
| type | _34_description | This is an item test. Edited. |
| type | _34_properties | Limited: Time Only Edited |
| clickAtAndWait | //input[@value='Save'] | |
| assertTextPresent | Your request processed successfully. | |
| assertTextPresent | Item Test Edited This is an item test. Edited. Limited:: Time Only Edited |
|
| assertTextNotPresent | Item Test This is an item test. Limited: Time Only |
|