Skip to content

Commit

Permalink
ParentPage have been edited.
Browse files Browse the repository at this point in the history
  • Loading branch information
UmmuhanTeke committed Oct 24, 2024
1 parent 0835aa3 commit c0c2362
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
12 changes: 5 additions & 7 deletions configuration.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
#Thu Oct 24 15:34:29 TRT 2024
#Thu Oct 24 21:16:46 TRT 2024
explicit.wait=20
pageLoadTimeout=20
password=o26pcdqgecngy
username=nick.hirthe
firstName=Joseph
invalidPassword=123456
invalidUsername=TechnoStudy
firstName=Joseph
lastName=Glory


pageLoadTimeout=20
password=42yqkgnwm6d
username=jed.bernier
1 change: 0 additions & 1 deletion src/test/java/pages/ParentPage.java
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ public void mySendKeys(WebElement element, String text) {

public void myClearBox(WebElement element){
wait.until(ExpectedConditions.visibilityOf(element));
scrollToElement(element);
element.clear();
}

Expand Down
1 change: 1 addition & 0 deletions src/test/java/stepDefinitions/ContactUpdateInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ public void theUserVerifiesTheUpdatedVersionOfTheirContactInformation() {
public void theUserDeletesAtLeastThreeOptionalFieldsFromTheirContactInformationAndLeavesThemBlank() {
ln.myClearBox(ln.address);
ln.myClearBox(ln.city);
ln.wait.until(ExpectedConditions.elementToBeClickable(ln.state));
ln.myClearBox(ln.state);
}

Expand Down

0 comments on commit c0c2362

Please sign in to comment.