| DeleteFolderDocumentTest | ||
| open | /web/guest/home/ | |
| waitForElementPresent | link=Document Library Test Page | |
| clickAtAndWait | link=Document Library Test Page | |
| clickAtAndWait | //a/strong | |
| assertTextPresent | Test1 Document1 This is test1 document1. |
|
| clickAt | //td[5]/ul/li/strong/a | |
| waitForElementPresent | //div[@class='lfr-component lfr-menu-list']/ul/li[5]/a | |
| clickAndWait | //div[@class='lfr-component lfr-menu-list']/ul/li[5]/a | |
| assertConfirmation | Are you sure you want to delete this? | |
| assertTextPresent | Your request processed successfully. | |
| assertTextNotPresent | Test1 Document1 This is test1 document1. |
|