| open |
/ecmdemo/public/acme/ |
|
| windowMaximize |
|
|
| echo |
-- Log in |
|
| click |
link=Login |
|
| waitForElementPresent |
username |
|
| type |
username |
root |
| type |
password |
gtn |
| clickAndWait |
link=Sign in |
|
| echo |
-- Change Edit mode |
|
| select |
EditingOptions |
label=Edit |
| echo |
-- Edit SCV at footer on Overview page |
|
| waitForElementPresent |
//div[4]/div/div/div[1]/div[1]/div/div/div/div/div[2]/a |
|
| mouseOver |
//div[4]/div/div/div[1]/div[1]/div/div/div/div/div[2]/a |
|
| clickAndWait |
//div[4]/div/div/div[1]/div[1]/div/div/div/div/div[2]/a |
|
| echo |
-- Change content |
|
| waitForElementPresent |
//td[contains(@id,'cke_contents_htmlData')]/iframe |
|
| selectFrame |
//td[contains(@id,'cke_contents_htmlData')]/iframe |
|
| type |
//html/body |
Powered by eXo WCM - Copyright @ 2000-2009. All rights Reserved, eXo Platform SEA |
| selectFrame |
relative=top |
|
| echo |
-- Save |
|
| waitForElementPresent |
//a[contains(text(),'Save & Close')] |
|
| click |
//a[contains(text(),'Save & Close')] |
|
| pause |
3000 |
|
| echo |
-- Back Overview |
|
| waitForElementPresent |
//div[@id='UIViewBarContainer']/a[1] |
|
| click |
//div[@id='UIViewBarContainer']/a[1] |
|
| pause |
3000 |
|
| waitForTextPresent |
Powered by eXo WCM - Copyright @ 2000-2009. All rights Reserved, eXo Platform SEA |
|
| verifyTextPresent |
Powered by eXo WCM - Copyright @ 2000-2009. All rights Reserved, eXo Platform SEA |
|
| echo |
-- Log out |
|
| waitForElementPresent |
link=Sign out |
|
| clickAndWait |
link=Sign out |
|