Skip to content

Commit

Permalink
CIV-7637 Update dmn-task tag (#2368)
Browse files Browse the repository at this point in the history
Update 1v1UnspecDJ_test.js
  • Loading branch information
mounikahmcts authored Mar 15, 2023
1 parent ece5e62 commit 8c23981
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions e2e/tests/ui_tests/default_judgement/1v1UnspecDJ_test.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,17 +59,17 @@ Scenario('DefaultJudgement @create-claim @e2e-1v1-dj @e2e-wa @master-e2e-ft', as
}
}).retry(3);

Scenario('Verify Challenged access check for judge @e2e-wa @dmn-task', async ({I, WA}) => {
Scenario('Verify Challenged access check for judge @e2e-wa', async ({I, WA}) => {
await I.login(config.judgeUserWithRegionId2);
await WA.runChallengedAccessSteps(caseId);
}).retry(3);

Scenario('Verify Challenged access check for admin @e2e-wa @dmn-task', async ({I, WA}) => {
Scenario('Verify Challenged access check for admin @e2e-wa', async ({I, WA}) => {
await I.login(config.hearingCenterAdminWithRegionId12);
await WA.runChallengedAccessSteps(caseId);
}).retry(3);

Scenario('Verify Challenged access check for legalops @e2e-wa @dmn-task', async ({I, WA}) => {
Scenario('Verify Challenged access check for legalops @e2e-wa', async ({I, WA}) => {
await I.login(config.tribunalCaseworkerWithRegionId12);
await WA.runChallengedAccessSteps(caseId);
}).retry(3);
Expand Down

0 comments on commit 8c23981

Please sign in to comment.