Change login xpath

This commit is contained in:
valerpan 2026-08-10 23:12:48 +03:00
parent b0043f7670
commit 496b22de96

View File

@ -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