| open |
/web/guest/home/ |
|
| waitForElementPresent |
link=Control Panel |
|
| clickAtAndWait |
link=Control Panel |
|
| clickAtAndWait |
link=Tags |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//div[4]/ul/li[1]/span/a')) |
tag1Present |
| gotoIf |
!${tag1Present} |
Tag1NotPresent |
| clickAt |
//div[4]/ul/li[1]/span/a |
|
| waitForVisible |
//input[@value='Delete'] |
|
| click |
//input[@value='Delete'] |
|
| assertConfirmation |
Are you sure you want to delete this tag? |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//div[4]/ul/li[1]/span/a')) |
tag2Present |
| gotoIf |
!${tag2Present} |
Tag2NotPresent |
| clickAt |
//div[4]/ul/li[1]/span/a |
|
| waitForVisible |
//input[@value='Delete'] |
|
| click |
//input[@value='Delete'] |
|
| assertConfirmation |
Are you sure you want to delete this tag? |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//div[4]/ul/li[1]/span/a')) |
tag3Present |
| gotoIf |
!${tag3Present} |
Tag3NotPresent |
| clickAt |
//div[4]/ul/li[1]/span/a |
|
| waitForVisible |
//input[@value='Delete'] |
|
| click |
//input[@value='Delete'] |
|
| assertConfirmation |
Are you sure you want to delete this tag? |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//div[4]/ul/li[1]/span/a')) |
tag4Present |
| gotoIf |
!${tag4Present} |
Tag4NotPresent |
| clickAt |
//div[4]/ul/li[1]/span/a |
|
| waitForVisible |
//input[@value='Delete'] |
|
| click |
//input[@value='Delete'] |
|
| assertConfirmation |
Are you sure you want to delete this tag? |
|
| pause |
5000 |
|
| store |
eval(selenium.isElementPresent('//div[4]/ul/li[1]/span/a')) |
tag5Present |
| gotoIf |
!${tag5Present} |
Tag5NotPresent |
| clickAt |
//div[4]/ul/li[1]/span/a |
|
| waitForVisible |
//input[@value='Delete'] |
|
| click |
//input[@value='Delete'] |
|
| assertConfirmation |
Are you sure you want to delete this tag? |
|
| label |
Tag1NotPresent |
|
| label |
Tag2NotPresent |
|
| label |
Tag3NotPresent |
|
| label |
Tag4NotPresent |
|
| label |
Tag5NotPresent |
|