| Test_SNF_SOC_17_Demo_PeopleListing | ||
| open | /portal/public/intranet/ | |
| windowMaximize | ||
| echo | -- People Listing | |
| click | //div[contains(text(),'Sign in')] | |
| waitForElementPresent | username | |
| type | username | root |
| type | password | gtn |
| clickAndWait | id=UIPortalLoginFormAction | |
| echo | -- List People | |
| waitForElementPresent | link=Find People | |
| clickAndWait | link=Find People | |
| echo | -- Show all users | |
| waitForElementPresent | link=Jack Miller | |
| verifyElementPresent | link=Jack Miller | |
| verifyElementPresent | link=James Davis | |
| verifyElementPresent | link=John Smith | |
| verifyElementPresent | link=Mary Williams | |
| echo | -- Log out | |
| waitForElementPresent | link=Logout | |
| clickAndWait | link=Logout | |