Skip to content

Commit 29df73d

Browse files
authored
Merge pull request keycloak#4430 from pdrozd/KEYCLOAK-5340
KEYCLOAK-5340 - Testsuite compilation error - waitForPageToLoad witho…
2 parents e3a61c5 + a76e443 commit 29df73d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

testsuite/integration-arquillian/tests/base/src/test/java/org/keycloak/testsuite/adapter/servlet/AbstractLinkAndExchangeTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ public void testAccountNotLinkedAutomatically() throws Exception {
570570

571571
// Login to account mgmt first
572572
profilePage.open(CHILD_IDP);
573-
WaitUtils.waitForPageToLoad(driver);
573+
WaitUtils.waitForPageToLoad();
574574

575575
Assert.assertTrue(loginPage.isCurrent(CHILD_IDP));
576576
loginPage.login("child", "password");
@@ -615,7 +615,7 @@ public void testAccountLinkingExpired() throws Exception {
615615

616616
// Login to account mgmt first
617617
profilePage.open(CHILD_IDP);
618-
WaitUtils.waitForPageToLoad(driver);
618+
WaitUtils.waitForPageToLoad();
619619

620620
Assert.assertTrue(loginPage.isCurrent(CHILD_IDP));
621621
loginPage.login("child", "password");
@@ -649,7 +649,7 @@ public void testAccountLinkingExpired() throws Exception {
649649

650650
private void navigateTo(String uri) {
651651
driver.navigate().to(uri);
652-
WaitUtils.waitForPageToLoad(driver);
652+
WaitUtils.waitForPageToLoad();
653653
}
654654

655655

0 commit comments

Comments
 (0)