Skip to content

Commit

Permalink
update steps
Browse files Browse the repository at this point in the history
  • Loading branch information
drummondjm committed Feb 28, 2025
1 parent b169b42 commit 1257a9f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions e2e/api/steps.js
Original file line number Diff line number Diff line change
Expand Up @@ -1208,9 +1208,7 @@ module.exports = {
await assertValidData(scheduleData, pageId);
}
let expectedState = 'HEARING_READINESS';
if (allocatedTrack === 'OTHER') {
expectedState = 'PREPARE_FOR_HEARING_CONDUCT_HEARING';
}

await assertSubmittedEvent(expectedState, null, false);
await waitForFinishedBusinessProcess(caseId);
},
Expand Down

0 comments on commit 1257a9f

Please sign in to comment.