Skip to content

Commit

Permalink
CIV-15511 update test
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelMolina3691 committed Dec 13, 2024
1 parent 94b9379 commit 71fc34a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions e2e/tests/api_tests/caseworkerEvents/api_caseworker_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,7 @@ const claimAmountMulti = '200001';
Scenario('1v1 Multi Claim Stay Case Judicial Referral', async ({api}) => {
const mpScenario = 'ONE_V_ONE';
await api.createClaimWithRepresentedRespondent(config.applicantSolicitorUser, mpScenario, claimAmountMulti, mintiEnabled);
await api.notifyClaim(config.applicantSolicitorUser);
await api.notifyClaimDetails(config.applicantSolicitorUser);
await api.defendantResponse(config.defendantSolicitorUser, mpScenario, 'solicitorOne');
await api.defendantResponse(config.secondDefendantSolicitorUser, mpScenario, 'solicitorTwo');
await api.claimantResponse(config.applicantSolicitorUser, mpScenario, 'AWAITING_APPLICANT_INTENTION', 'FOR_SDO', 'MULTI_CLAIM');
await api.stayCase(config.hearingCenterAdminWithRegionId1);
await api.manageStay(config.hearingCenterAdminWithRegionId1, true);
Expand Down

0 comments on commit 71fc34a

Please sign in to comment.