awaneetdecoder opened a new pull request, #5737: URL: https://github.com/apache/fineract/pull/5737
Removes @Skip annotations from scenarios C2438, C2439, and C2440 in SavingsAccount.feature. These scenarios were skipped because SavingsAccountRequestFactory hardcoded EUR_SAVING_PRODUCT_ID = 1L which did not exist in the E2E environment. PR #5646 fixed the root cause by dynamically creating the EUR savings product via SavingsProductRequestFactory.defaultSavingsProductRequest() and storing its ID in TestContextKey.DEFAULT_SAVINGS_PRODUCT_CREATE_RESPONSE_EUR. The "And Admin creates a EUR savings product" step is now added to C2438, C2439, and C2440 (already present in C2441 from PR #5646), making the skip reason obsolete. Closes FINERACT-2533 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
