Skip to content

Commit

Permalink
Merge pull request #744 from jayesh12234/develop
Browse files Browse the repository at this point in the history
MOSIP-34496
  • Loading branch information
aranaravi authored Jul 23, 2024
2 parents 3226360 + f1ad690 commit 42d0a02
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
public class UpdateMyData extends BaseClass {

public void updateMyDataName() throws Exception {
Commons.wait(ConfigManager.packetUpdateWait()*60000);
LoginTest.loginTest();
Commons.clickWebelement( driver, By.id("uinservices/updatedemographic"));
Commons.enter( driver, By.id("fullName"+BaseClass.envsupportlang()), Commons.generateRandomAlphabetString());
Expand Down

0 comments on commit 42d0a02

Please sign in to comment.