KEYCLOAK-8048 Fix testsuite compilation issue
This commit is contained in:
parent
730377a843
commit
645a72482b
1 changed files with 1 additions and 1 deletions
|
@ -58,6 +58,6 @@ public class GoogleLoginPage extends AbstractSocialLoginPage {
|
|||
@Override
|
||||
public void logout() {
|
||||
log.info("performing logout from Google");
|
||||
navigateToUri("https://www.google.com/accounts/Logout", false);
|
||||
navigateToUri("https://www.google.com/accounts/Logout");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue