CheckoutTest
waitForElementPresent link=Cart
clickAndWait link=Cart
waitForElementPresent //input[@value='Checkout']
clickAndWait //input[@value='Checkout']
waitForElementPresent _34_billingFirstName
type _34_billingStreet 1234 Sesame Street
type _34_billingCity Gotham City
select _34_billingStateSel label=California
type _34_billingZip 90028
type _34_billingCountry USA
type _34_billingPhone 626-589-1453
click _34_shipToBillingCheckbox
select _34_ccType label=Visa
type _34_ccNumber 4111111111111111
select _34_ccExpYear label=2011
waitForElementPresent _34_comments
type _34_comments Please take care of my order.
waitForElementPresent //input[@value='Continue']
clickAndWait //input[@value='Continue']
waitForTextPresent 1234 Sesame Street
waitForTextPresent In Stock
waitForElementPresent //input[@value='Finished']
clickAndWait //input[@value='Finished']
waitForTextPresent Thank you for your purchase.
clickAndWait link=Return to Full Page