Test_PRL_SearchWithInCompletedWordExistingUsers
open /portal/public/classic/
echo -- Search with in-completed word when searching keyword matches existing user(s)--
windowMaximize
click link=Sign in
waitForElementPresent username
type username root
type password gtn
clickAndWait //div[@id='UIPortalLoginFormAction']/div/div/div/a
echo -- Go to User and Group management--
clickAndWait link=Users and groups management
echo --  Input in-completed word into Search text box that matches existing users--
waitForElementPresent searchTerm
type searchTerm ro
waitForElementPresent //form[@id='UISearchForm']/div[2]/a
click //form[@id='UISearchForm']/div[2]/a
waitForText //div[@id='UIListUsersGird']/table/tbody/tr/td[1]/div root
verifyText //div[@id='UIListUsersGird']/table/tbody/tr/td[1]/div root
clickAndWait link=Sign out