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();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBrowserMissingPassword() throws Exception {
|
||||
loginSuccess();
|
||||
loginMissingPassword();
|
||||
loginMissingPassword();
|
||||
loginSuccess();
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testBrowserInvalidTotp() throws Exception {
|
||||
loginSuccess();
|
||||
|
|
Loading…
Reference in a new issue