Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CIV-14895 Test PR #4741

Closed
wants to merge 12 commits into from
1 change: 1 addition & 0 deletions ccd-definition/CaseEvent/User/UserEvents-JO-nonprod.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
"CallBackURLSubmittedEvent": "${CCD_DEF_CASE_SERVICE_BASE_URL}/cases/callbacks/submitted",
"RetriesTimeoutAboutToStartEvent": 0,
"RetriesTimeoutURLAboutToSubmitEvent": 0,
"Publish": "Y",
"EventEnablingCondition": "joIsLiveJudgmentExists = \"Yes\" AND CaseAccessCategory=\"SPEC_CLAIM\" AND activeJudgment.type = \"DEFAULT_JUDGMENT\""
},
{
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
[
{
"CaseTypeID": "CIVIL",
"CaseEventID": "SET_ASIDE_JUDGMENT",
"CaseFieldID": "featureToggleWA",
"PageDisplayOrder": 1,
"PageFieldDisplayOrder": 1,
"DisplayContext": "READONLY",
"PageID": "WorkAllocation",
"PageShowCondition": "joSetAsideReason=\"DO NOT SHOW IN UI\"",
"ShowSummaryChangeOption": "N",
"Publish": "Y"
}
]
3 changes: 2 additions & 1 deletion charts/civil-ccd/values.preview.template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ civil-wa:

civil-service:
java:
image: 'hmctspublic.azurecr.io/civil/service:latest'
image: 'hmctspublic.azurecr.io/civil/service:pr-5351'
keyVaults:
civil:
resourceGroup: civil
Expand Down Expand Up @@ -53,6 +53,7 @@ civil-service:
- name: hmc-servicebus-shared-access-key-tf
alias: HMC_HEARINGS_TOPIC_ACCESS_KEY
environment:
WA_TOGGLE: JO
LAUNCH_DARKLY_ENV: ${SERVICE_FQDN}
OIDC_ISSUER: https://forgerock-am.service.core-compute-idam-aat2.internal:8443/openam/oauth2/realms/root/realms/hmcts
SERVICE_REQUEST_UPDATE: https://${SERVICE_NAME}.preview.platform.hmcts.net/service-request-update
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Scenario('SetAside Default Judgment after judgment error - Spec claim 1v1 - Case
await api_spec.defaultJudgmentSpec(config.applicantSolicitorUser, mpScenario, false);
console.log('--setAsideJudgment--');
console.log(` user : ${caseWorkerUser.email} : config.testEarlyAdopterCourts : ${config.testEarlyAdopterCourts}`);
await api_spec.setAsideJudgment(config.hearingCenterAdminWithRegionId2, 'JUDGMENT_ERROR','ORDER_AFTER_DEFENCE','PROCEEDS_IN_HERITAGE_SYSTEM');
await api_spec.setAsideJudgment(config.hearingCenterAdminWithRegionId2, 'JUDGMENT_ERROR','ORDER_AFTER_DEFENCE','All_FINAL_ORDERS_ISSUED');
}
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Scenario('Default judgment Spec claim 1v2 - Set Aside after defence - Case taken
await api_spec.amendRespondent1ResponseDeadline(config.systemupdate);
await api_spec.defaultJudgmentSpec(config.applicantSolicitorUser, mpScenario, false);
console.log('--setAsideJudgment--');
await api_spec.setAsideJudgment(config.hearingCenterAdminWithRegionId2, 'JUDGE_ORDER', 'ORDER_AFTER_DEFENCE', 'PROCEEDS_IN_HERITAGE_SYSTEM');
await api_spec.setAsideJudgment(config.hearingCenterAdminWithRegionId2, 'JUDGE_ORDER', 'ORDER_AFTER_DEFENCE', 'All_FINAL_ORDERS_ISSUED');
}
});

Expand Down
Loading