DeleteFolderDocumentTest
open /web/guest/home/
waitForElementPresent link=Document Library Test Page
clickAtAndWait link=Document Library Test Page
clickAtAndWait //b
assertTextPresent Test1 Document1.txt
This is test1 document1.
clickAt //td[5]/ul/li/strong/span
waitForElementPresent link=Delete
clickAndWait link=Delete
assertConfirmation Are you sure you want to delete this?
assertTextPresent Your request processed successfully.
assertTextNotPresent Test1 Document1.txt
This is test1 document1.