AccessFromLoginDialog revision 27b2ac15d8015fcdd3a940b10e788f408903670e
<?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>New Test</title>
</head>
<body>
<table cellpadding="1" cellspacing="1" border="1">
<thead>
<tr><td rowspan="1" colspan="3">New Test</td></tr>
</thead><tbody>
<tr>
<td>open</td>
<td>index.html</td>
<td></td>
</tr>
<tr>
<td>deleteAllVisibleCookies</td>
<td></td>
<td></td>
</tr>
<tr>
<td>runScript</td>
<td>require([&quot;org/forgerock/openidm/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>1000</td>
</tr>
<tr>
<td>runScript</td>
<td>require([&quot;org/forgerock/openidm/ui/user/delegates/UserDelegate&quot;], function(userDelegate) { userDelegate.createEntity({ userName : &quot;test@test.test&quot;, givenName : &quot;test&quot;, familyName :&quot;test&quot;, email : &quot;test@test.test&quot;, password : &quot;tesT#1#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>1000</td>
</tr>
<tr>
<td>type</td>
<td>name=login</td>
<td>qwe</td>
</tr>
<tr>
<td>type</td>
<td>name=password</td>
<td>qwe</td>
</tr>
<tr>
<td>click</td>
<td>name=loginButton</td>
<td></td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Login/password combination is invalid.</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Login/password combination is invalid.</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>qwe</td>
</tr>
<tr>
<td>fireEvent</td>
<td>name=loginButton</td>
<td>click</td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Login/password combination is invalid.</td>
<td></td>
</tr>
<tr>
<td>verifyTextPresent</td>
<td>Login/password combination is invalid.</td>
<td></td>
</tr>
<tr>
<td>runScript</td>
<td>require([&quot;org/forgerock/openidm/ui/user/views/LoginView&quot;], function(obj) { obj.toggle()});</td>
<td></td>
</tr>
<tr>
<td>waitForTextPresent</td>
<td>Forgot your password</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>id=forgotPasswordLink</td>
<td></td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>name=forgottenEmail</td>
<td></td>
</tr>
<tr>
<td>click</td>
<td>name=forgottenEmail</td>
<td>onFocus</td>
</tr>
<tr>
<td>click</td>
<td>name=fgtnSecurityAnswer</td>
<td>onFocus</td>
</tr>
<tr>
<td>waitForValue</td>
<td>name=forgottenEmail</td>
<td>test@test.test</td>
</tr>
<tr>
<td>pause</td>
<td>300</td>
<td></td>
</tr>
<tr>
<td>fireEvent</td>
<td>name=forgottenEmail</td>
<td>change</td>
</tr>
<tr>
<td>waitForElementPresent</td>
<td>css=span.ok</td>
<td></td>
</tr>
<tr>
<td>verifyElementPresent</td>
<td>css=span.ok</td>
<td></td>
</tr>
</tbody></table>
</body>
</html>