InvoiceOrderTest
open /web/guest/home/
waitForElementPresent link=Shopping Test Page
clickAtAndWait link=Shopping Test Page
clickAtAndWait link=Orders
assertText //tr[3]/td[5] Joe Bloggs
clickAtAndWait link=Checkout
assertTextPresent Please take care of my order.
waitForElementPresent //input[@value='Invoice']
clickAt //input[@value='Invoice']
selectWindow undefined
waitForTextPresent Invoice
assertTextPresent Invoice
close
selectWindow null