Change login xpath
This commit is contained in:
parent
b0043f7670
commit
496b22de96
@ -9,7 +9,7 @@ import org.openqa.selenium.support.PageFactory;
|
||||
public class LoginPage extends HelpdeskBasePage {
|
||||
|
||||
// поиск элемента через xpath
|
||||
@FindBy(xpath = "//*[id='username']")
|
||||
@FindBy(xpath = "//*[@id='username']")
|
||||
private WebElement user;
|
||||
|
||||
// поиск элемента по id
|
||||
|
||||
Loading…
Reference in New Issue
Block a user