diff --git a/e2e/tests/api_tests/sdo_R2/api_request_for_reconsideration_test.js b/e2e/tests/api_tests/sdo_R2/api_request_for_reconsideration_test.js index 4fd845980a..bb0b03498d 100644 --- a/e2e/tests/api_tests/sdo_R2/api_request_for_reconsideration_test.js +++ b/e2e/tests/api_tests/sdo_R2/api_request_for_reconsideration_test.js @@ -10,7 +10,7 @@ await api_spec_small.defendantResponse(config.defendantSolicitorUser, 'FULL_DEFE await api_spec_small.claimantResponse(config.applicantSolicitorUser, true); } -Feature('Request for reconsideration - 1v1 - spec @api-specified @api-nightly-prod @api-r2-sdo'); +Feature('Request for reconsideration - 1v1 - spec @api-specified @api-nonprod @api-r2-sdo'); // reinstate @api-nightly-prod tag when issue described on CIV-14871 is resolved Scenario('1v1 spec request for reconsideration for uphold previous order', async ({api_spec_small}) => { await prepareClaimSpec(api_spec_small); @@ -43,7 +43,7 @@ Scenario('1v2 spec request for reconsideration by defendant2 for create general await api_spec_small.createSDO(legalAdvUser, 'CREATE_SMALL_NO_SUM'); await api_spec_small.requestForReconsideration(config.secondDefendantSolicitorUser,'Respondent2'); await api_spec_small.judgeDecisionOnReconsiderationRequest(judgeUserReg1, 'CREATE_GENERAL_ORDER'); -}).tag('@api-nonprod'); +}); Scenario.skip('1v1 spec request for reconsideration when claim amount is greater than 1000', async ({api_spec}) => { await api_spec.createClaimWithRepresentedRespondent(config.applicantSolicitorUser);