| DeleteCategoryTest | ||
| 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=Delete | |
| clickAndWait | link=Delete | |
| assertConfirmation | Are you sure you want to delete this? | |
| assertTextPresent | Your request processed successfully. | |
| assertTextNotPresent | Category Test This is a category test. |
|