Skip to content

Commit

Permalink
Merge pull request #416 from nandhu-kumar/develop
Browse files Browse the repository at this point in the history
ES-1425 | Fixes for esignet with mock IDA
  • Loading branch information
ckm007 authored Nov 6, 2024
2 parents 5a02b84 + 4bca403 commit a1e8be4
Show file tree
Hide file tree
Showing 14 changed files with 74 additions and 576 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,8 @@ public static void main(String[] arg) {
BiometricDataProvider.generateBiometricTestData("Registration");
startTestRunner();
} else {
BaseTestCase.isTargetEnvLatest = true;
SignupUtil.getSupportedLanguage();
startTestRunner();
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ public void test(TestCaseDTO testCaseDTO) throws Exception {
new KernelAuthentication().getTokenByRole(testCaseDTO.getRole())).asString(),
"response.uin");

testCaseName = isTestCaseValidForExecution(testCaseDTO);

DateFormat dateFormatter = new SimpleDateFormat("yyyyMMddHHmmss");
Calendar cal = Calendar.getInstance();
String timestampValue = dateFormatter.format(cal.getTime());
Expand Down

This file was deleted.

Loading

0 comments on commit a1e8be4

Please sign in to comment.