| DeleteCouponTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Shopping Test Page | |
| clickAtAndWait | link=Shopping Test Page | |
| clickAtAndWait | link=Coupons | |
| assertTextPresent | Coupon Test This is a coupon test. |
|
| clickAt | //td[7]/ul/li/strong/a | |
| waitForVisible | //div[@class='lfr-component lfr-menu-list']/ul/li[2]/a | |
| clickAndWait | //div[@class='lfr-component lfr-menu-list']/ul/li[2]/a | |
| assertConfirmation | Are you sure you want to delete this? | |
| assertTextPresent | Your request processed successfully. | |
| assertTextNotPresent | Coupon Test This is a coupon test. |
|