Test_SNF_ECMS_77_ManageAction_ecmdemo
open /ecmdemo/public/acme/
windowMaximize
echo -- Login
click link=Login
waitForElementPresent username
type username root
type password gtn
clickAndWait link=Sign in
echo -- Go to sites Administration
clickAndWait //a[@href='/ecmdemo/groups/:platform:web-contributors/wcmAdmin']
echo --  Go to Advanced Configuration
waitForElementPresent //div[@id='UIECMAdminPortlet']//div[@class='TabIcon DefaultItemIcon AdvanceConfiguarationIcon']
click //div[@id='UIECMAdminPortlet']//div[@class='TabIcon DefaultItemIcon AdvanceConfiguarationIcon']
echo --  Create an Action Type
waitForElementPresent link=Create an Action Type
click link=Create an Action Type
echo --  Add
waitForElementPresent link=Add
click link=Add
waitForElementPresent name
type name exo:test_77
type variables0 LamYKhue
waitForElementPresent link=Save
click link=Save
pause 5000
echo --  Verify Result
waitForElementPresent link=2
click link=2
pause 5000
waitForTextPresent exo:test_77
verifyTextPresent exo:test_77
echo --Logout
waitForElementPresent link=Sign out
clickAndWait link=Sign out