EditCouponTest
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=Edit
clickAtAndWait link=Edit
type _34_name Coupon Test Edited
type _34_description This is a coupon test. Edited.
clickAtAndWait //input[@value='Save']
assertTextPresent Your request processed successfully.
assertTextNotPresent Coupon Test
This is a coupon test.