Test_SNF_PRL_33_EditNodePageProperties
open /portal/classic
echo -- Edit Node page's properties in portal navigation--
windowMaximize
click link=Sign in
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']
echo --Add new node for portal --
clickAndWait link=Site
waitForElementPresent //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
click //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
waitForElementPresent link=Add Node
click link=Add Node
waitForElementPresent name
type name Test_SNF_PRL_33
type label Test_SNF_PRL_33
echo -- Page Selector--
waitForElementPresent //div[text()='Page Selector']
click //div[text()='Page Selector']
waitForElementPresent link=Search and Select Page
click link=Search and Select Page
waitForElementPresent //form[@id='UIPageSearchForm']/div[2]/input Community Management
type //form[@id='UIPageSearchForm']/div[2]/input Community Management
waitForElementPresent name=searchOption
select name=searchOption label=group
waitForElementPresent //a[@title='Quick Search']
click //a[@title='Quick Search']
waitForElementPresent xpath=//img[@title='Select Page']
click xpath=//img[@title='Select Page']
waitForElementPresent link=Save
click link=Save
echo -- Save to finish create new node--
waitForElementPresent link=Save
click link=Save
echo -- View new node--
waitForTextPresent Test_SNF_PRL_33
verifyTextPresent Test_SNF_PRL_33
echo --Edit node's page by check show max windown--
waitForElementPresent link=Site
clickAndWait link=Site
waitForElementPresent //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
click //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
waitForElementPresent //a[@title='Test_SNF_PRL_33']
click //a[@title='Test_SNF_PRL_33']
waitForElementPresent xpath=//a[@title='Test_SNF_PRL_33']
mouseDownRight xpath=//a[@title='Test_SNF_PRL_33']
pause 1000
waitForElementPresent link=Edit Node's Page
click link=Edit Node's Page
echo -- View page properties--
waitForElementPresent link=View Page properties
click link=View Page properties
waitForElementPresent xpath=//input[@class='checkbox']
check xpath=//input[@class='checkbox']
waitForElementPresent link=Save
click link=Save
pause 10000
echo -- Click Finish edit node's page--
waitForElementPresent //div[@id='UIPageEditor']//a[@title='Finish']
click //div[@id='UIPageEditor']//a[@title='Finish']
waitForElementPresent link=Save
click link=Save
open http://localhost:8080/portal/private/classic/Test_SNF_PRL_33
echo --Edit node's page by un-check show max windown--
waitForElementPresent link=Site
clickAndWait link=Site
waitForElementPresent //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
click //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
waitForElementPresent //a[@title="Test_SNF_PRL_33"]
click //a[@title="Test_SNF_PRL_33"]
waitForElementPresent xpath=//a[@title='Test_SNF_PRL_33']
mouseDownRight xpath=//a[@title='Test_SNF_PRL_33']
pause 1000
waitForElementPresent link=Edit Node's Page
click link=Edit Node's Page
echo -- View page properties--
waitForElementPresent link=View Page properties
click link=View Page properties
waitForElementPresent showMaxWindow
click showMaxWindow
waitForElementPresent link=Save
click link=Save
pause 1000
echo -- Click Finish edit node's page--
waitForElementPresent //div[@id='UIPageEditor']//a[@title='Finish']
click //div[@id='UIPageEditor']//a[@title='Finish']
waitForElementPresent link=Save
click link=Save
open http://localhost:8080/portal/private/classic/Test_SNF_PRL_33
echo -- Delete this node--
waitForElementPresent link=Site
clickAndWait link=Site
waitForElementPresent //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
click //div[@id='UISiteManagement']//a[contains(@href,"classic") and text()="Edit Navigation"]
waitForElementPresent //div[@id='UINavigationNodeSelector']/div/div/div/div[2]/div/div/div[8]/div/a
click //div[@id='UINavigationNodeSelector']/div/div/div/div[2]/div/div/div[8]/div/a
pause 1000
waitForElementPresent xpath=//a[@title='Test_SNF_PRL_33']
mouseDownRight xpath=//a[@title='Test_SNF_PRL_33']
waitForElementPresent link=Delete Node
click link=Delete Node
waitForConfirmationPresent
assertConfirmation Are you sure you want to delete this node?
waitForElementNotPresent xpath=//a[@title='Test_SNF_PRL_33']
waitForElementPresent link=Save
click link=Save
waitForElementPresent link=Sign out
clickAndWait link=Sign out