Skip to content

Commit

Permalink
removing EA court toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
drummondjm committed Oct 30, 2024
1 parent c2bcad9 commit 35e20f5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Scenario('1v1 spec request for reconsideration for create new SDO', async ({api_
await prepareClaimSpec(api_spec_small);
await api_spec_small.createSDO(legalAdvUser, 'CREATE_SMALL_NO_SUM');
await api_spec_small.requestForReconsideration(config.defendantSolicitorUser, 'Respondent1');
await api_spec_small.judgeDecisionOnReconsiderationRequest(judgeUserReg1, 'CREATE_SDO');
await api_spec_small.judgeDecisionOnReconsiderationRequest(judgeUser, 'CREATE_SDO');
// Create a new SDO again
await api_spec_small.createSDO(judgeUser, 'CREATE_SMALL_NO_SUM');
});
Expand Down

0 comments on commit 35e20f5

Please sign in to comment.