| test-remote | ||
| deleteAllVisibleCookies | ||
| openAndWait | wp-admin | |
| clickAndWait | link=General Options | |
| click | advanced-tab | |
| type | yak_remote_grab_server | ${baseURL} |
| type | yak_remote_grab_path | / |
| clickAndWait | options_update7 | |
| clickAndWait | link=Posts | |
| clickAndWait | link=Test Product #1 | |
| storeValue | post_ID | productId |
| clickAndWait | link=Add New | |
| type | title | test-remote |
| type | content | [yak_get_remote id="${productId}"] |
| clickAndWait | publish | |
| clickAndWait | link=View post | |
| assertTextPresent | test-remote | |
| assertTextPresent | This is a test product | |
| assertTextPresent | $50.00 | |
| assertElementPresent | buynow | |
| clickAndWait | //button[@name='addbutton'] | |
| assertTextPresent | Test Product #1 | |