| AssertNoLDAPUsersTest | ||
| echo | Now testing LDAP integration... | |
| clickAndWait | link=Control Panel | |
| clickAndWait | link=Users | |
| type | //span/input | jane |
| clickAndWait | //input[@value='Search'] | |
| assertTextPresent | No users were found. | |
| type | //span/input | luke |
| clickAndWait | //input[@value='Search'] | |
| assertTextPresent | No users were found. | |
| type | //span/input | martin |
| clickAndWait | //input[@value='Search'] | |
| assertTextPresent | No users were found. | |