Skip to content

Commit

Permalink
CIV-7448 Enable DJ test in master pipeline (#2276)
Browse files Browse the repository at this point in the history
Enable DJ test in master pipeline

Co-authored-by: Mounika Ammineni <[email protected]>
  • Loading branch information
mounikahmcts and Mounika Ammineni authored Mar 1, 2023
1 parent 31f7e67 commit ec41845
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion e2e/tests/ui_tests/default_judgement/1v1UnspecDJ_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ let caseId;

Feature('1v1 Unspec defaultJudgement');

Scenario('DefaultJudgement @create-claim @e2e-1v1-dj @e2e-wa @non-prod-e2e-ft', async ({I, api}) => {
Scenario('DefaultJudgement @create-claim @e2e-1v1-dj @e2e-wa @master-e2e-ft', async ({I, api}) => {
await api.createClaimWithRepresentedRespondent(config.applicantSolicitorUser, 'ONE_V_ONE');
caseId = await api.getCaseId();

Expand Down
2 changes: 1 addition & 1 deletion e2e/tests/ui_tests/default_judgement/1v1specDJ_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const config = require('../../../config.js');

Feature('1v1 spec defaultJudgement @e2e-1v1-dj @non-prod-e2e-ft');
Feature('1v1 spec defaultJudgement @e2e-1v1-dj @master-e2e-ft');

Scenario('DefaultJudgement @create-claim ', async ({I, api_spec}) => {

Expand Down

0 comments on commit ec41845

Please sign in to comment.