#104 fix web element in integration test

This commit is contained in:
T-Midnight 2019-06-07 20:54:38 +04:00
parent 18bb0b85ac
commit 51ed732ae8

View File

@ -14,7 +14,7 @@ public class GrantPage extends PageObject {
} }
public String getId() { public String getId() {
return driver.findElement(By.id("id")).getAttribute("value"); return driver.findElement(By.id("grantId")).getAttribute("value");
} }
public void setTitle(String name) { public void setTitle(String name) {