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-14871 - moving SDO-R2 tests from nightly to preview #4768

Merged
merged 13 commits into from
Sep 4, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down Expand Up @@ -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);
Expand Down
Loading