| waitForElementPresent |
link=Blogs Permissions Page |
|
| clickAtAndWait |
link=Blogs Permissions Page |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//span[3]/a/img')) |
PortletPresent |
| gotoIf |
!${PortletPresent} |
NoPortletPresent |
| store |
eval(selenium.isElementPresent('link=Delete')) |
EntryPresent |
| gotoIf |
!${EntryPresent} |
NoEntryPresent |
| clickAndWait |
link=Delete |
|
| assertConfirmation |
Are you sure you want to delete this? |
|
| label |
NoEntryPresent |
|
| click |
//img[@alt='Remove'] |
|
| assertConfirmation |
Are you sure you want to remove this component? |
|
| label |
NoPortletPresent |
|
| clickAt |
_145_addApplication |
|
| pause |
5000 |
|
| waitForVisible |
layout_configuration_content |
|
| typeKeys |
layout_configuration_content |
b |
| waitForElementPresent |
//div[@title='Blogs']/p/a |
|
| clickAt |
//div[@title='Blogs']/p/a |
|
| waitForElementPresent |
//input[@value='Add Blog Entry'] |
|