AddUserSRqTest
open /web/guest/home/
waitForElementPresent link=Control Panel Control Panel
clickAtAndWait link=Control Panel Control Panel
clickAtAndWait link=Users Users
clickAtAndWait link=Add Add
type //input[@id='_125_screenName'] socialrequestsn1
type //input[@id='_125_emailAddress'] socialrequestea1@liferay.com
type //input[@id='_125_firstName'] socialrequestfn1
type //input[@id='_125_middleName'] socialrequestmn1
type //input[@id='_125_lastName'] socialrequestln1
clickAtAndWait //input[@value='Save'] Save
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertValue //input[@id='_125_screenName'] socialrequestsn1
assertValue //input[@id='_125_emailAddress'] socialrequestea1@liferay.com
assertValue //input[@id='_125_firstName'] socialrequestfn1
assertValue //input[@id='_125_middleName'] socialrequestmn1
assertValue //input[@id='_125_lastName'] socialrequestln1