Skip to content

Commit

Permalink
Merge pull request #258 from jayesh12234/release-1.2.0.1
Browse files Browse the repository at this point in the history
MOSIP-32098
  • Loading branch information
aranaravi authored Mar 26, 2024
2 parents c789a0e + c100a35 commit d2c6d07
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ public void partnerRegisterFTMTest(String cer) throws InterruptedException, AWTE
Commons.click(test,driver, By.xpath("//input[@type='submit']"));

if(!(dropdwnVal.contains("DEVICE") || dropdwnVal.contains("FTM") ))
{Commons.dropdown(test,driver, By.id("mat-select-0"),data);
{Commons.dropdown(test,driver, By.id("mat-input-0"),data);
Commons.click(test,driver, By.id("applyTxt"));
Commons.click(test,driver, By.id("/pmp/resources/policymapping/view"));
Commons.click(test,driver, By.id("/pmp/home"));
Expand Down

0 comments on commit d2c6d07

Please sign in to comment.