Test_SNF_PRL_37_ManageNavigationOfGroup
open /portal/public/classic/
echo -- Manage Navigation of group--
windowMaximize
click link=Sign in
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']
echo -- Go to Group navigation --
clickAndWait link=Group
echo -- Show group navigation list--
waitForTextPresent Executive Board
verifyTextPresent Executive Board
waitForTextPresent Administrators
verifyTextPresent Administrators
waitForTextPresent Users
verifyTextPresent Users
echo -- Add new Navigation for group --
waitForElementPresent link=Add Navigation
click link=Add Navigation
waitForElementPresent //div[@id='UIAddGroupNavigationGrid']/table[2]/tbody/tr/td[2]/a
click //div[@id='UIAddGroupNavigationGrid']/table[2]/tbody/tr/td[2]/a
waitForElementPresent link=Cancel
click link=Cancel
waitForTextPresent Organization
verifyTextPresent Organization
echo -- Delete new navigation
waitForElementPresent link=Delete Navigation
click link=Delete Navigation
waitForConfirmationPresent
assertConfirmation Are you sure to delete this navigation?
waitForTextNotPresent Organization
verifyTextNotPresent Organization
clickAndWait link=Sign out