Test_SNF_SOC_20_Demo_MyRelationList
open /portal/public/default/
windowMaximize
echo -- My relation list
clickAndWait link=exact:Acme: Social Intranet
click //div[2]/div[2]/div[1]/div/div/div[1]
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']//div[@class='ButtonMiddle']/a
pause 1000
waitForElementPresent link=Find People
clickAndWait link=Find People
echo -- Send invitation to a user
waitForElementPresent //a[@title='Invite Mary Williams']
click //a[@title='Invite Mary Williams']
waitForTextPresent [Invited to connect]
verifyTextPresent [Invited to connect]
pause 1000
waitForElementPresent link=Logout
clickAndWait link=Logout
echo -- Accept Invitation
open /portal/public/default/
clickAndWait link=exact:Acme: Social Intranet
click //div[2]/div[2]/div[1]/div/div/div[1]
waitForElementPresent username
type username mary
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']//div[@class='ButtonMiddle']/a
pause 1000
waitForElementPresent link=My Network
clickAndWait link=My Network
waitForElementPresent link=Incoming
click link=Incoming
pause 500
waitForElementPresent link=Root Root
verifyElementPresent link=Root Root
waitForElementPresent //a[@class='SelectIcon']
click //a[@class='SelectIcon']
echo -- Verify Accept successful
waitForElementPresent link=Network
click link=Network
pause 500
waitForElementPresent link=Root Root
verifyElementPresent link=Root Root
pause 1000
waitForElementPresent link=Logout
clickAndWait link=Logout
echo -- Remove Friend
open /portal/public/default/
clickAndWait link=exact:Acme: Social Intranet
click //div[2]/div[2]/div[1]/div/div/div[1]
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']//div[@class='ButtonMiddle']/a
pause 1000
waitForElementPresent link=My Network
click link=My Network
pause 500
waitForElementPresent link=Mary Williams
verifyElementPresent link=Mary Williams
click //a[@class='DeleteIcon']
waitForElementPresent link=Mary Williams
verifyElementPresent link=Mary Williams
pause 1000
waitForElementPresent link=Logout
clickAndWait link=Logout
close