KEYCLOAK-9423 Fix Stack Overflow Social Login test
This commit is contained in:
parent
9e16c772bd
commit
7afd068c27
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue