AddUserSRlTest
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'] socialrelationsn1
type //input[@id='_125_emailAddress'] socialrelationea1@liferay.com
type //input[@id='_125_firstName'] socialrelationfn1
type //input[@id='_125_middleName'] socialrelationmn1
type //input[@id='_125_lastName'] socialrelationln1
clickAtAndWait //input[@value='Save'] Save
assertText //div[@class='portlet-msg-success'] Your request processed successfully.
assertValue //input[@id='_125_screenName'] socialrelationsn1
assertValue //input[@id='_125_emailAddress'] socialrelationea1@liferay.com
assertValue //input[@id='_125_firstName'] socialrelationfn1
assertValue //input[@id='_125_middleName'] socialrelationmn1
assertValue //input[@id='_125_lastName'] socialrelationln1