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