diff --git a/e2e/tests/api_tests/caseworkerEvents/api_caseworker_test.js b/e2e/tests/api_tests/caseworkerEvents/api_caseworker_test.js index bfb161da3a..a02a018dc9 100644 --- a/e2e/tests/api_tests/caseworkerEvents/api_caseworker_test.js +++ b/e2e/tests/api_tests/caseworkerEvents/api_caseworker_test.js @@ -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);