| open |
/portal/public/default/ |
|
| windowMaximize |
|
|
| clickAndWait |
link=Visit the Acme Website |
|
| echo |
-- Log in |
|
| click |
link=Login |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Go to Site Admin |
|
| clickAndWait |
//a[contains(@href, '/portal/private/acme/wcmAdmin')] |
|
| echo |
-- Go to Content Presentation |
|
| waitForElementPresent |
//div[@id='UIECMAdminPortlet']/div[1]/div[1]/div[2]/div/div[2]/div[1]/div/div/div/div[2] |
|
| click |
//div[@id='UIECMAdminPortlet']/div[1]/div[1]/div[2]/div/div[2]/div[1]/div/div/div/div[2] |
|
| echo |
--Go to Template form |
|
| waitForElementPresent |
link=Manage Templates |
|
| click |
link=Manage Templates |
|
| waitForElementPresent |
link=Add |
|
| click |
link=Add |
|
| waitForElementPresent |
label |
|
| type |
label |
Test |
| echo |
--Set permission for template |
|
| waitForElementPresent |
//img[@title='Add Permission'] |
|
| click |
//img[@title='Add Permission'] |
|
| waitForElementPresent |
//img[@title='Set any permission'] |
|
| click |
//img[@title='Set any permission'] |
|
| click |
link=Save |
|
| echo |
--Edit Template |
|
| waitForElementPresent |
//img[@title='Edit'] |
|
| click |
//img[@title='Edit'] |
|
| waitForElementPresent |
label |
|
| type |
label |
Test edit |
| click |
link=Save |
|
| echo |
--Delete Template |
|
| waitForElementPresent |
//img[@title='Delete'] |
|
| click |
//img[@title='Delete'] |
|
| assertConfirmation |
Do you really want to delete? |
|
| echo |
--Logout |
|
| waitForElementPresent |
link=Logout |
|
| clickAndWait |
link=Logout |
|