| open |
/portal/public/default/ |
|
| windowMaximize |
|
|
| echo |
-- Send and Access invitation |
|
| 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 |
|
| pause |
1000 |
|
| 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 |
500 |
|
| 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'] |
|
| waitForElementNotPresent |
link=Mary Williams |
|
| verifyElementNotPresent |
link=Mary Williams |
|
| pause |
500 |
|
| waitForElementPresent |
link=Logout |
|
| clickAndWait |
link=Logout |
|
| close |
|
|