KEYCLOAK-9895 Fix wrongly called assertCurrent method

This commit is contained in:
mhajas 2019-05-20 15:33:31 +02:00 committed by Hynek Mlnařík
parent 6e7b08e3e3
commit 3c96dfb041

View file

@ -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);