Update web element of the LinkedIn login page (#25905)
Signed-off-by: Tomas Ondrusko <tondrusk@redhat.com>
This commit is contained in:
parent
5c86abbc32
commit
e4fa5c034a
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ public class LinkedInLoginPage extends AbstractSocialLoginPage {
|
|||
@FindBy(id = "password")
|
||||
private WebElement passwordInput;
|
||||
|
||||
@FindBy(xpath = "//button[text() = 'Sign in']")
|
||||
@FindBy(xpath = "//button[(@type='submit') and (@aria-label='Sign in')]")
|
||||
private WebElement loginButton;
|
||||
|
||||
@FindBy(name = "action")
|
||||
|
|
Loading…
Reference in a new issue