open |
/portal/public/classic/ |
|
echo |
-- Add new page for user -- |
|
windowMaximize |
|
|
click |
link=Sign in |
|
waitForElementPresent |
username |
|
type |
username |
root |
type |
password |
gtn |
clickAndWait |
//div[@id='UIPortalLoginFormAction'] |
|
clickAndWait |
link=Dashboard |
|
echo |
-- Click Add new page on Dashboard editor menu-- |
|
waitForElementPresent |
link=Add New Page |
|
click |
link=Add New Page |
|
waitForElementPresent |
pageName |
|
type |
pageName |
Test_SNF_PRL_58 |
type |
i18nizedLabel |
Test_SNF_PRL_58 |
echo |
-- Click Next to move step 2-- |
|
waitForElementPresent |
//div[contains(text(),'Next')] |
|
click |
//div[contains(text(),'Next')] |
|
echo |
-- Keep empty layout and click Next move step 3-- |
|
waitForElementPresent |
//div[contains(text(),'Next')] |
|
click |
//div[contains(text(),'Next')] |
|
echo |
-- Click Finish -- |
|
waitForElementPresent |
//a[@title='Finish'] |
|
clickAndWait |
//a[@title='Finish'] |
|
open |
http://localhost:8080/portal/users/root/Test_SNF_PRL_58 |
|
echo |
-- Edit Layout -- |
|
waitForElementPresent |
link=Edit Layout |
|
click |
link=Edit Layout |
|
echo |
-- View layout before Change application-- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
waitForElementPresent |
// div[@id="UIPortalApplication"] |
|
verifyElementPresent |
//div[@id="UIPortalApplication"] |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
echo |
-- Drag & drop applcation in portal-- |
|
waitForElementPresent |
link=Gadgets |
|
click |
link=Gadgets |
|
waitForElementPresent |
//div[@id='Gadgets/Calculator']/div/div/div[1]/div[1] |
UIPortalApplication |
dragAndDropToObject |
//div[@id='Gadgets/Calculator']/div/div/div[1]/div[1] |
UIPortalApplication |
echo |
-- View application after drag & drop in portal-- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
waitForTextPresent |
Test_SNF_PRL_58 |
|
verifyTextPresent |
Test_SNF_PRL_58 |
|
waitForTextPresent |
Calculator |
|
verifyTextPresent |
Calculator |
|
echo |
-- Return to normal view -- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
echo |
--Edit application -- |
|
mouseOver |
//div[text()='Calculator']/following-sibling::a[@title='Edit Portlet'] |
|
waitForElementPresent |
//div[text()='Calculator']/following-sibling::a[@title='Edit Portlet'] |
|
click |
//div[text()='Calculator']/following-sibling::a[@title='Edit Portlet'] |
|
waitForElementPresent |
title |
|
type |
title |
Test_SNF_PRL_58 |
echo |
-- Choose Select Icon tab -- |
|
waitForElementPresent |
//div[@id='UIMaskWorkspace']//div[text()="Select Icon"] |
|
click |
//div[@id='UIMaskWorkspace']//div[text()="Select Icon"] |
|
waitForElementPresent |
//div[@class='Icon AcrobatFile'] |
|
click |
//div[@class='Icon AcrobatFile'] |
|
echo |
-- Choose Decoration Themes-- |
|
waitForElementPresent |
//div[@id='UIMaskWorkspace']//div[text()="Decoration Themes"] |
|
click |
//div[@id='UIMaskWorkspace']//div[text()="Decoration Themes"] |
|
waitForElementPresent |
//div[@id='UIItemThemeSelector']//div[text()="Pink Simple"] |
|
click |
//div[@id='UIItemThemeSelector']//div[text()="Pink Simple"] |
|
waitForElementPresent |
link=Save And Close |
|
click |
link=Save And Close |
|
echo |
-- View after change something in application -- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
waitForTextPresent |
Test_SNF_PRL_58 |
|
verifyTextPresent |
Test_SNF_PRL_58 |
|
echo |
-- Return to normail view -- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
echo |
-- Move position of application -- |
|
mouseOver |
//div[text()='Test_SNF_PRL_58']/preceding-sibling::div[@class='DragControlArea'] |
|
dragAndDropToObject |
//div[text()='Test_SNF_PRL_58']/preceding-sibling::div[@class='DragControlArea'] |
//div[@class='LAYOUT-BLOCK LAYOUT-PORTLET'] |
echo |
-- View after change position of application -- |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
waitForElementPresent |
UIPortalApplication |
|
click |
UIPortalApplication |
|
waitForElementPresent |
link=Switch View Mode |
|
click |
link=Switch View Mode |
|
echo |
-- Delete application -- |
|
mouseOver |
//div[text()='Test_SNF_PRL_58']/following-sibling::a[@title='Delete Portlet'] |
Test_SNF_PRL_58 |
waitForElementPresent |
//div[text()='Test_SNF_PRL_58']/following-sibling::a[@title='Delete Portlet'] |
|
click |
//div[text()='Test_SNF_PRL_58']/following-sibling::a[@title='Delete Portlet'] |
|
waitForConfirmationPresent |
|
|
assertConfirmation |
Are you sure you want to delete this portlet? |
|
waitForElementPresent |
//div[@id='UIPortalComposer']//a[@title='Finish'] |
|
click |
//div[@id='UIPortalComposer']//a[@title='Finish'] |
|
echo |
-- Delete new tab |
|
waitForElementPresent |
//div[@id='UITabPaneDashboard']/div/div/div/div/div/div[2]/div/div/div/div/a/img |
|
clickAndWait |
//div[@id='UITabPaneDashboard']/div/div/div/div/div/div[2]/div/div/div/div/a/img |
|
waitForConfirmationPresent |
|
|
assertConfirmation |
Really want to remove this dashboard? |
|
waitForElementPresent |
link=Sign out |
|
clickAndWait |
link=Sign out |
|