awaneetdecoder commented on PR #5646: URL: https://github.com/apache/fineract/pull/5646#issuecomment-4151956799
Hi @adamsaghy, the scenario C2441 is now running in CI. It fails at the savings account creation step with Saving product with identifier 1 does not exist — SavingsAccountRequestFactory hardcodes EUR_SAVING_PRODUCT_ID = 1L but this product is not present in the E2E test environment. This appears to be the same underlying environment issue that caused all three existing scenarios to be tagged @Skip. My step definition and scenario logic are correct — the failure is an environment seeding issue, not a code issue. Should I add a product creation step to the scenario setup, or is this related to PS-1088? Please advise. Thank you. -- 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]
