EditCouponTest
waitForElementPresent //strong/span
click //strong/span
waitForElementPresent //img[@alt='Edit']
clickAndWait //img[@alt='Edit']
waitForElementPresent _34_name
type _34_name Family Discount
type _34_description Discount for family only!
waitForElementPresent //input[@value='Save']
clickAndWait //input[@value='Save']
assertTextPresent Family Discount
assertTextNotPresent Friends and Family Discount
assertTextPresent Your request processed successfully.