Test_PRL_04_03_001_EditMembershipInOrganizationManagementFormByAdministrator
open /portal/public/classic
echo -- Edit Membership in Organization  Management form by  Administrator--
windowMaximize
click link=Sign in
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[2]/table/tbody/tr/td/div[1]/div/div/div/a
echo -- Go to user and group management --
clickAndWait link=Users and groups management
echo -- Add new membership--
click //a[3]/div[1]
waitForElementPresent name
type name Test_PRL_04_03_001
type description Test_PRL_04_03_001
click //form[@id='UIMembershipTypeForm']/div[2]/div/div/table/tbody/tr/td/div[1]/div/div/div
click //div[@id='UIGrid']/table/tbody/tr[2]/td[5]/div/img[1]
type description Test_PRL_04_03_001_edit
click link=Save
echo -- Delete membership--
click //div[@id='UIGrid']/table/tbody/tr[2]/td[5]/div/img[2]
assertConfirmation Are you sure you want to delete this membership?
waitForElementPresent link=Sign out
clickAndWait link=Sign out
close