Add test method pointed out on review
This commit is contained in:
parent
59ba874e1d
commit
4a8065ec6b
1 changed files with 8 additions and 0 deletions
|
@ -362,6 +362,14 @@ public class BruteForceTest extends AbstractTestRealmKeycloakTest {
|
||||||
clearAllUserFailures();
|
clearAllUserFailures();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Test
|
||||||
|
public void testBrowserMissingPassword() throws Exception {
|
||||||
|
loginSuccess();
|
||||||
|
loginMissingPassword();
|
||||||
|
loginMissingPassword();
|
||||||
|
loginSuccess();
|
||||||
|
}
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testBrowserInvalidTotp() throws Exception {
|
public void testBrowserInvalidTotp() throws Exception {
|
||||||
loginSuccess();
|
loginSuccess();
|
||||||
|
|
Loading…
Reference in a new issue