| test-basic-discounts | ||
| open | wp-admin/ | |
| clickAndWait | link=General Options | |
| click | priceqty-tab | |
| type | yak_auto_discount | 0.9 |
| clickAndWait | options_update3 | |
| clickAndWait | link=Add New | |
| type | title | discount test |
| type | content | this is a discount test [yak_price] [yak_price discount="false"] |
| type | yak_price | 50 |
| click | //button[@type='button'] | |
| select | newtype_[] | label=default |
| type | newtype_qty_[] | 1000 |
| clickAndWait | publish | |
| clickAndWait | link=View post | |
| assertTextPresent | $45.00 | |
| assertTextPresent | $50.00 | |
| clickAndWait | link=Edit | |
| type | yak_discount_override | 0.5 |
| clickAndWait | publish | |
| clickAndWait | link=View post | |
| assertTextPresent | $25.00 | |
| assertTextPresent | $50.00 | |
| open | wp-admin/ | |
| clickAndWait | link=General Options | |
| click | priceqty-tab | |
| type | yak_auto_discount | 1 |
| clickAndWait | options_update3 | |
| clickAndWait | link=Visit Site | |
| clickAndWait | link=discount test | |
| assertTextPresent | $25.00 | |