KEYCLOAK-9423 Fix Stack Overflow Social Login test

This commit is contained in:
vmuzikar 2019-01-25 12:38:05 +01:00 committed by Pavel Drozd
parent 9e16c772bd
commit 7afd068c27

View file

@ -30,7 +30,7 @@ public class StackOverflowLoginPage extends AbstractSocialLoginPage {
@FindBy(id = "password")
private WebElement passwordInput;
@FindBy(xpath = "//input[@value='Log in']")
@FindBy(xpath = "//button[@name='submit-button']")
private WebElement loginButton;
@Override