EditItemTest
waitForElementPresent //strong/span
click //strong/span
waitForElementPresent //img[@alt='Edit']
clickAndWait //img[@alt='Edit']
waitForElementPresent _34_stockQuantity
type _34_stockQuantity 250
type _34_price0 $11.99
type _34_shipping0 $2.50
waitForElementPresent //input[@value='Save']
clickAndWait //input[@value='Save']
assertTextPresent $11.99
waitForElementPresent //td[2]/a
clickAndWait //td[2]/a
assertTextPresent $11.99
clickAndWait link=Return to Full Page