Test_SNF_CS34_MoreActions
open /csdemo
windowMaximize
echo -More Actions In Mail-
waitForElementPresent link=Sign in
click link=Sign in
waitForElementPresent username
type username mary
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div/a
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=Sign out
close