KEYCLOAK-9895 Fix wrongly called assertCurrent method
This commit is contained in:
parent
6e7b08e3e3
commit
3c96dfb041
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ public class EAP6Fuse6HawtioAdapterTest extends AbstractExampleAdapterTest imple
|
|||
WaitUtils.waitForPageToLoad();
|
||||
|
||||
log.debug("log in");
|
||||
testRealmLoginPageFuse.assertCurrent();
|
||||
waitUntilUrlStartsWith(testRealmLoginPageFuse.toString(), 60);
|
||||
testRealmLoginPageFuse.form().login("root", "password");
|
||||
|
||||
waitUntilUrlStartsWith(hawtioPage.toString() + "/welcome", 180);
|
||||
|
|
Loading…
Reference in a new issue