Test_PRL_03_02_013_AddNewGroupWhenGroupNameStartsWithDot
open /portal/public/classic/
echo -- Add new group when Group Name starts with dot--
windowMaximize
click link=Sign in
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div
echo -- Go to User and Group management--
waitForElementPresent link=Users and groups management
clickAndWait link=Users and groups management
echo -- Choose Group management --
waitForElementPresent link=Group Management
click link=Group Management
echo -- Click Add new group icon--
waitForElementPresent //a[@title='Add New Group']
click //a[@title='Add New Group']
echo -- Add new group with Name start by dot--
waitForElementPresent groupName
type groupName ...............
type label Test_PRL_02_03_013
type description Test_PRL_02_03_013
waitForElementPresent link=Save
click link=Save
waitForTextPresent Only alpha, digit, dash and underscore characters allowed for the field "Group Name".
verifyTextPresent Only alpha, digit, dash and underscore characters allowed for the field "Group Name".
waitForElementPresent //div[3]/div/div[2]/div/div/div/div/div/div[3]/div/table/tbody/tr/td/div/div/div/div/a
click //div[3]/div/div[2]/div/div/div/div/div/div[3]/div/table/tbody/tr/td/div/div/div/div/a
waitForElementPresent link=Cancel
click link=Cancel
clickAndWait link=Sign out