Skip to content

Commit

Permalink
Merge pull request #226 from anup-nehe/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
aranaravi authored Oct 16, 2023
2 parents 055c535 + e267099 commit bc606ba
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@ public void centerCRUD() throws Exception {
Commons.dropdown(test,driver, By.xpath("(//*[@id='fieldName'])[5]"));


// Commons.dropdown(test,driver, By.id("zone"));
try{ Commons.dropdown(test,driver, By.id("zone"));

}catch(Exception e) {
test.log(Status.INFO, e);
}
Commons.dropdown(test,driver, By.id("holidayZone"));
test.log(Status.INFO, "Click on Holidayzon");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,11 @@ public void machineCRUD() throws Exception {
Commons.enter(test,driver,By.id("publicKey"),publicKey);

Commons.enter(test,driver,By.id("signPublicKey"),signPublicKey);
//Commons.dropdown(test,driver,By.id("zone"));
try{ Commons.dropdown(test,driver, By.id("zone"));

}catch(Exception e) {
test.log(Status.INFO, e);
}
Commons.dropdown(test,driver,By.id("regCenterId"));


Expand Down

0 comments on commit bc606ba

Please sign in to comment.