UserLogout revision 62467e72606331d973e7610f7fc82ba9749282aa
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head profile="http://selenium-ide.openqa.org/profiles/test-case">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<link rel="selenium.base" href="http://localhost:28080/" />
<title>UserLogout</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">UserLogout</td></tr>
</thead><tbody>
<tr>
<td>deleteAllVisibleCookies</td>
<td></td>
<td></td>
</tr>
<tr>
<td>open</td>
<td>index.html</td>
<td></td>
</tr>
<tr>
<td>runScript</td>
<td>require([&quot;org/forgerock/commons/ui/user/delegates/UserDelegate&quot;], function(userDelegate) { userDelegate.removeAllUsers(); });</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getUserWindow().$.active == 0</td>
<td>10000</td>
</tr>
<tr>
<td>runScript</td>
<td>require([&quot;org/forgerock/commons/ui/user/delegates/UserDelegate&quot;], function(userDelegate) { userDelegate.createEntity({ password : &quot;tesT#1#Test&quot;, userName : &quot;test@test.test&quot;, givenName : &quot;test&quot;, familyName :&quot;test&quot;, email : &quot;test@test.test&quot;, address1 : &quot;&quot;, address2 : &quot;&quot;, city : &quot;&quot;, postalCode : &quot;&quot;, phoneNumber : &quot;123&quot;, country : &quot;&quot;, stateProvince : &quot;&quot;, securityQuestion : &quot;1&quot;, securityAnswer : &quot;qwe&quot; }); });</td>
<td></td>
</tr>
<tr>
<td>waitForCondition</td>
<td>selenium.browserbot.getUserWindow().$.active == 0</td>
<td>10000</td>
</tr>
<tr>
<td>deleteAllVisibleCookies</td>
<td></td>
<td></td>
</tr>
<tr>
<td>type</td>
<td>name=login</td>
<td>test@test.test</td>
</tr>
<tr>
<td>type</td>
<td>name=password</td>
<td>tesT#1#Test</td>
</tr>
<tr>
<td>fireEvent</td>
<td>name=password</td>
<td>keyup</td>
</tr>
<tr>
<td>fireEvent</td>
<td>name=login</td>
<td>keyup</td>
</tr>
<tr>
<td>click</td>
<td>name=loginButton</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>id=logout_link</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>id=logout_link</td>
<td></td>
</tr>
<tr>
<td>pause</td>
<td>500</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>id=logout_link</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>name=loginButton</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>name=loginButton</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>name=login</td>
<td></td>
</tr>
<tr>
<td>verifyValue</td>
<td>name=password</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>