Skip to content

Commit

Permalink
Merge pull request #307 from jayesh12234/release-1.2.0.1
Browse files Browse the repository at this point in the history
MOSIP-31999
  • Loading branch information
aranaravi authored Mar 22, 2024
2 parents 3e2c017 + d468df4 commit 3816409
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public void execute(Connection connection) throws SQLException {
try {
;
statement.addBatch("delete from applicant_valid_document where cr_by ='"+BaseClass.userid+"'");
statement.addBatch("delete from appl_form_type where cr_by ='"+BaseClass.userid+"'");
// statement.addBatch("delete from appl_form_type where cr_by ='"+BaseClass.userid+"'");
statement.addBatch("delete from biometric_attribute where cr_by ='"+BaseClass.userid+"'");
statement.addBatch("delete from biometric_type where cr_by ='"+BaseClass.userid+"'");
statement.addBatch("delete from blocklisted_words where cr_by ='"+BaseClass.userid+"'");
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ public static void edit(ExtentTest test,WebDriver driver,String data,By by) {
Commons.enter(test,driver, by, data);

Commons.click(test,driver, By.id("createButton"));
Commons.click(test,driver,By.id("confirmpopup"));
Commons.click(test,driver, By.id("confirmmessagepopup"));

logger.info("Click Edit and Confirm" + by + data);
Expand Down Expand Up @@ -428,8 +429,8 @@ public static void editCenter(ExtentTest test,WebDriver driver,String data,By by
public static void create(ExtentTest test,WebDriver driver) throws IOException {

Commons.click(test,driver, By.xpath("//button[@id='createButton']"));
Commons.click(test,driver, By.id("confirmmessagepopup"));

Commons.click(test,driver, By.id("confirmpopup"));
Commons.click(test,driver, By.id("confirmmessagepopup"));
logger.info("Click create");
}
public static void createRes(ExtentTest test,WebDriver driver) throws IOException {
Expand Down

0 comments on commit 3816409

Please sign in to comment.