| open |
/ecmdemo/public/acme/ |
|
| windowMaximize |
|
|
| echo |
-- Login |
|
| waitForElementPresent |
link=Login |
|
| click |
link=Login |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Go to sites Administration |
|
| clickAndWait |
//a[@href='/ecmdemo/private/acme/wcmAdmin'] |
|
| echo |
-- Go to Ontologies |
|
| waitForElementPresent |
//div[@class='TabIcon DefaultItemIcon OntologiesIcon'] |
|
| click |
//div[@class='TabIcon DefaultItemIcon OntologiesIcon'] |
|
| echo |
-- Go to Manage Folksonomy form |
|
| waitForElementPresent |
link=Manage Tags |
|
| click |
link=Manage Tags |
|
| echo |
-- Add style |
|
| waitForElementPresent |
link=Add style |
|
| click |
link=Add style |
|
| pause |
10000 |
|
| waitForElementPresent |
styleName |
|
| type |
styleName |
Dungtest |
| type |
styleHTML |
font-size: 20px; font-weight: bold; color: red; font-family:Arial; text-decoration:none; |
| type |
documentRange |
20..* |
| click |
link=Update |
|
| echo |
-- Verify Results |
|
| waitForTextPresent |
Dungtest |
|
| verifyTextPresent |
Dungtest |
|
| echo |
-- Edit Folksonomy |
|
| waitForElementPresent |
//tr[6]/td[4]/div/img[1] |
|
| click |
//tr[6]/td[4]/div/img[1] |
|
| type |
documentRange |
22..* |
| click |
link=Update |
|
| pause |
3000 |
|
| waitForTextPresent |
22..* |
|
| verifyTextPresent |
22..* |
|
| echo |
--Delete Folksonomy |
|
| waitForElementPresent |
//tr[6]/td[4]/div/img[2] |
|
| click |
//tr[6]/td[4]/div/img[2] |
|
| assertConfirmation |
Do you want to delete this style ? |
|
| waitForElementNotPresent |
//tr[6]/td[4]/div/img[2] |
|
| verifyElementNotPresent |
//tr[6]/td[4]/div/img[2] |
|
| echo |
--Logout |
|
| waitForElementPresent |
link=Sign out |
|
| clickAndWait |
link=Sign out |
|