| open |
/portal |
|
| windowMaximize |
|
|
| echo |
-More Actions In Mail- |
|
| waitForElementPresent |
//b[contains(text(),'Sign in')] |
|
| click |
//b[contains(text(),'Sign in')] |
|
| waitForElementPresent |
username |
|
| type |
username |
mary |
| type |
password |
gtn |
| clickAndWait |
id=UIPortalLoginFormAction |
|
| pause |
5000 |
|
| waitForElementPresent |
link=Mail |
|
| click |
link=Mail |
|
| pause |
10000 |
|
| echo |
- Check Get Mail |
|
| waitForElementPresent |
link=eXo_Test |
|
| verifyElementPresent |
link=eXo_Test |
|
| echo |
-- Star Mail |
|
| waitForElementPresent |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//input[1] |
|
| click |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//input[1] |
|
| waitForElementPresent |
xpath=//div[@class='DownArrow1Icon'] |
|
| click |
xpath=//div[@class='DownArrow1Icon'] |
|
| waitForElementPresent |
link=Star |
|
| click |
link=Star |
|
| echo |
-- Check mail stared |
|
| waitForElementPresent |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//div[@class='StarredIcon'] |
|
| verifyElementPresent |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//div[@class='StarredIcon'] |
|
| echo |
-- Unstar Mail |
|
| waitForElementPresent |
xpath=//div[@class='DownArrow1Icon'] |
|
| click |
xpath=//div[@class='DownArrow1Icon'] |
|
| waitForElementPresent |
link=Unstar |
|
| click |
link=Unstar |
|
| echo |
-- Check mail unstared |
|
| waitForElementPresent |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//div[@class='UnStarredIcon'] |
|
| verifyElementPresent |
xpath=//div[@id='uiMessageGrid']//table[@id='UIListUsers']/tbody[1]//div[@class='UnStarredIcon'] |
|
| clickAndWait |
link=Logout |
|
| close |
|
|