#104 fix web element in integration test
This commit is contained in:
parent
18bb0b85ac
commit
51ed732ae8
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user