test-promotions
deleteAllVisibleCookies
open wp-admin
waitForElementPresent link=Users
clickAndWait link=Users
clickAndWait css=a.add-new-h2
type user_login tester
type email devtest4@afillyateit.com
click noconfirmation
clickAndWait createusersub
clickAndWait link=Users
clickAndWait link=tester
type pass1 p@55w0rd
type pass2 p@55w0rd
clickAndWait submit
clickAndWait link=Users
clickAndWait css=a.add-new-h2
type user_login tester2
type email invalid2@zxyabc111.com
click noconfirmation
clickAndWait createusersub
clickAndWait link=Users
clickAndWait link=tester2
type pass1 p@55w0rd
type pass2 p@55w0rd
clickAndWait submit
clickAndWait link=General Options
click promotions-tab
type new_promo_code sh1
type new_promo_description shipping %
type new_promo_value 10
clickAndWait options_update8
type new_promo_code sh2
type new_promo_description shipping val
select new_promo_type label=Shipping Value
type new_promo_value 5
clickAndWait options_update8
type new_promo_code pr1
type new_promo_description price %
select new_promo_type label=Pricing %
type new_promo_value 10
clickAndWait options_update8
type new_promo_code pr2
type new_promo_description price val
select new_promo_type label=Pricing Value
type new_promo_value 5
clickAndWait options_update8
type new_promo_code user
type new_promo_users tester
type new_promo_description user
type new_promo_value 10
clickAndWait options_update8
clickAndWait link=Visit Site
clickAndWait link=test-product-weight
clickAndWait //button[@name='addbutton']
type promo_code PR1
clickAndWait buybutton
click editaddress
type shipping_recipient Joe Bloggs
type shipping_email devtest1@afillyateit.com
type shipping_phone 12345
type shipping_addr1 12 St Leonard's Road
type shipping_suburb Testville
type shipping_city Testington
type shipping_postcode 12345
select shipping_country_input label=New Zealand
clickAndWait billingbutton
assertTextPresent Total Discount (price %)
assertTextPresent -2.00
assertTextPresent $23.00
clickAndWait link=Checkout
type promo_code PR2
clickAndWait buybutton
clickAndWait shippingbutton
assertTextPresent Total Discount (price val)
assertTextPresent -5.00
assertTextPresent $20.00
clickAndWait link=Checkout
type promo_code SH1
clickAndWait buybutton
clickAndWait shippingbutton
assertTextPresent Total Discount (shipping %)
assertTextPresent -0.50
assertTextPresent $24.50
clickAndWait link=Checkout
type promo_code SH2
clickAndWait buybutton
clickAndWait shippingbutton
assertTextPresent Total Discount (shipping val)
assertTextPresent -5.00
assertTextPresent $20.00
clickAndWait link=Checkout
type promo_code user
clickAndWait buybutton
assertTextPresent You don't have access to this promotion code
clickAndWait link=Log out
clickAndWait link=← Back to Test Blog
clickAndWait link=Checkout
type promo_code user
clickAndWait buybutton
assertTextPresent You don't have access to this promotion code
open wp-login.php
type user_login tester
type user_pass p@55w0rd
clickAndWait wp-submit
clickAndWait link=Visit Site
clickAndWait link=Checkout
type promo_code user
clickAndWait buybutton
assertTextNotPresent You don't have access to this promotion code
clickAndWait shippingbutton
assertTextPresent Total Discount (user)
assertTextPresent -0.50
assertTextPresent $24.50
clickAndWait link=Log out