diff --git a/src/test/java/com/example/locator/RegistrationLocators.java b/src/test/java/com/example/locator/RegistrationLocators.java index dbeb30e..f3dc7c1 100644 --- a/src/test/java/com/example/locator/RegistrationLocators.java +++ b/src/test/java/com/example/locator/RegistrationLocators.java @@ -7,8 +7,8 @@ public class RegistrationLocators { public By firstname = By.xpath("//input[@name='firstName']"); - public By lastname = By.xpath("//input[@name='lastName']"); + public By lastname = By.xpath("//input[@name='lname']"); public By email = By.xpath("//input[@name='email']"); - public By username = By.xpath("//input[@name='username']"); + public By username = By.xpath("//input[@name='uname']"); public By password = By.xpath("//input[@name='password']"); }