browser back button
This commit is contained in:
parent
25347cd45e
commit
b37fbd6a2f
1 changed files with 5 additions and 0 deletions
|
@ -54,6 +54,11 @@ public class SamlAdapterTest {
|
|||
@Rule
|
||||
public SamlAdapterTestStrategy testStrategy = new SamlAdapterTestStrategy("http://localhost:8081/auth", "http://localhost:8081", keycloakRule);
|
||||
|
||||
@Test
|
||||
public void testIDE() throws Exception {
|
||||
Thread.sleep(100000000);
|
||||
}
|
||||
|
||||
@Test
|
||||
public void testPostBadRealmSignature() {
|
||||
testStrategy.testPostBadRealmSignature();
|
||||
|
|
Loading…
Reference in a new issue