| check-multiple-buy-buttons | ||
| openAndWait | wp-admin | |
| clickAndWait | link=Posts | |
| clickAndWait | link=Test Product #1 | |
| storeValue | post_ID | productId1 |
| clickAndWait | link=Posts | |
| clickAndWait | link=test-multi-type-product | |
| storeValue | post_ID | productId2 |
| clickAndWait | link=Pages | |
| clickAndWait | css=a.add-new-h2 | |
| type | title | multiple buy buttons |
| click | content-html | |
| type | content | first... [yak_buy id="${productId1}"] second... [yak_buy id="${productId2}"] |
| clickAndWait | publish | |
| clickAndWait | link=View page | |
| assertSelectOptions | //select[@name='category'] | large,medium,small,xx-large |
| clickAndWait | addbutton_${productId1} | |
| clickAndWait | link=multiple buy buttons | |
| clickAndWait | addbutton_${productId2} | |
| assertTextPresent | (large) | |
| assertTextPresent | test-multi-type-product | |