AddCouponTest
waitForElementPresent link=Coupons
clickAndWait link=Coupons
waitForElementPresent //input[@value='Add Coupon']
clickAndWait //input[@value='Add Coupon']
waitForElementPresent _34_autoCodeCheckbox
click _34_autoCodeCheckbox
type _34_name Friends and Family Discount
type _34_description This discount is for everyone who is considered a friend or part of the family.
type _34_discount 0.50
waitForElementPresent //input[@value='Save']
clickAndWait //input[@value='Save']
assertTextPresent Friends and Family Discount
assertTextPresent Your request processed successfully.