| EditCategoryTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Shopping Test Page | |
| clickAtAndWait | link=Shopping Test Page | |
| assertTextPresent | Category Test This is a category test. |
|
| clickAt | //td[4]/ul/li/strong/a | |
| waitForElementPresent | link=Edit | |
| clickAndWait | link=Edit | |
| type | _34_name | Category Test Edited |
| type | _34_description | This is a category test. Edited. |
| clickAtAndWait | //input[@value='Save'] | |
| assertTextPresent | Your request processed successfully. | |
| assertTextPresent | Category Test Edited This is a category test. Edited. |
|
| assertTextNotPresent | Category Test This is a category test. |
|