Test_SNF_CS46_ShareContact
open /csdemo
windowMaximize
echo -Share Address Book-
waitForElementPresent link=Sign in
click link=Sign in
waitForElementPresent username
type username john
type password gtn
click id=UIPortalLoginFormAction
echo -- Share a contact
waitForElementPresent link=Contacts
click link=Contacts
waitForElementPresent //div[@id='defaultjohn']/div
click //div[@id='defaultjohn']/div
waitForElementPresent //input[@value='4']
click //input[@value='4']
waitForElementPresent //a[7]/div
click //a[7]/div
waitForElementPresent user
type user root
click canEdit
click link=Save
type user demo
click link=Save
click link=Close
waitForElementPresent //div[@class='State SharedContact']
click link=Sign out
echo -- Login by root to check shared contact
open /csdemo
waitForElementPresent link=Sign in
click link=Sign in
waitForElementPresent username
type username root
type password gtn
click id=UIPortalLoginFormAction
waitForElementPresent link=Contacts
click link=Contacts
waitForElementPresent link=Shared
click link=Shared
waitForElementPresent link=John Anthony
click link=Sign out
echo -- Login by demo to check shared address book
open /csdemo
waitForElementPresent link=Sign in
click link=Sign in
waitForElementPresent username
type username demo
type password gtn
click id=UIPortalLoginFormAction
waitForElementPresent link=Contacts
click link=Contacts
waitForElementPresent link=Shared
click link=Shared
waitForElementPresent link=John Anthony
click link=Sign out
echo -- Login by john to remove share contact
open /csdemo
waitForElementPresent link=Sign in
click link=Sign in
waitForElementPresent username
type username john
type password gtn
click id=UIPortalLoginFormAction
waitForElementPresent link=Contacts
click link=Contacts
waitForElementPresent //div[@id='defaultjohn']/div
click //div[@id='defaultjohn']/div
click //input[@value='4']
click //a[7]/div
waitForElementPresent //img[@alt='Delete']
click //img[@alt='Delete']
assertConfirmation Are you sure you want to remove this permission ?
click //img[@alt='Delete']
assertConfirmation Are you sure you want to remove this permission ?
click link=Sign out
waitForElementPresent link=Sign in