Test_SNF_ECMS_74_ManageNodeType_ecmdemo
open /ecmdemo/public/acme/
windowMaximize
echo -- Login
waitForElementPresent link=Login
click link=Login
waitForElementPresent username
type username root
type password gtn
clickAndWait link=Sign in
echo -- go to sites Administration
clickAndWait link=Sites Administration
echo --Go to  Types Of Content
waitForElementPresent //div[@id='UIECMAdminPortlet']/div[1]/div[1]/div[2]/div/div[3]/div[1]/div/div/div/div[2]
click //div[@id='UIECMAdminPortlet']/div[1]/div[1]/div[2]/div/div[3]/div[1]/div/div/div/div[2]
echo --Add new node tpe
waitForElementPresent link=Manage Node Type
click link=Manage Node Type
waitForElementPresent link=Add
click link=Add
waitForElementPresent namespace label=nt
select namespace label=nt
type nodeTypeName dung
type superTypes nt:base
click //form[@id='UINodeTypeForm']/div[3]/div[1]/div[1]/div/div/div/div[9]/table/tbody/tr/td/div[1]/div/div/div
echo --confirm message
click //div[3]/div/div/div[1]/div/div/div/div/div/div/div/div[2]/div/div[2]/div/div/div/div/div/div[3]/div/table/tbody/tr/td/div/div/div/div/a
echo --View node Type
waitForElementPresent //div[@id='ListNodeType']/table/tbody/tr[1]/td[6]/a/div
click //div[@id='ListNodeType']/table/tbody/tr[1]/td[6]/a/div
click link=Close
echo --Logout
clickAndWait link=Sign out