AddUserSRq2Test
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'] socialrequestsn2
type //input[@id='_125_emailAddress'] socialrequestea2@liferay.com
type //input[@id='_125_firstName'] socialrequestfn2
type //input[@id='_125_middleName'] socialrequestmn2
type //input[@id='_125_lastName'] socialrequestln2
clickAtAndWait //input[@value='Save'] Save
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertValue //input[@id='_125_screenName'] socialrequestsn2
assertValue //input[@id='_125_emailAddress'] socialrequestea2@liferay.com
assertValue //input[@id='_125_firstName'] socialrequestfn2
assertValue //input[@id='_125_middleName'] socialrequestmn2
assertValue //input[@id='_125_lastName'] socialrequestln2