You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FAIL web-client/integration-tests/noticeOfTrialSessionWithElectronicService.test.ts (30.596 s)
● Generate Notices of Trial Session with Electronically Service › petitions clerk completes a trial session before calendaring
expect(received).toEqual(expected) // deep equality
Expected: "TrialSessionDetail"
Received: "Interstitial"
60 | trialSessionId: cerebralTest.trialSessionId,
61 | });
> 62 | expect(cerebralTest.getState('currentPage')).toEqual('TrialSessionDetail');
| ^
63 |
64 | await cerebralTest.runSequence('setTrialSessionCalendarSequence');
65 |
at toEqual (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:62:50)
at call (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:2:1)
at Generator.tryCatch (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:2:1)
at Generator._invoke [as next] (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:2:1)
at asyncGeneratorStep (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:2:1)
at asyncGeneratorStep (integration-tests/journey/petitionsClerkCompletesAndSetsTrialSession.ts:2:1)
● Generate Notices of Trial Session with Electronically Service › Petitions clerk views docket record for a case after calendaring
expect(received).toBeTruthy()
Received: undefined
26 | );
27 |
> 28 | expect(noticeOfTrial).toBeTruthy();
| ^
29 | expect(standingPretrialDoc).toBeTruthy();
30 | expect(standingPretrialDoc.eventCode).toBe(
31 | overrides.eventCode ||
at toBeTruthy (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:28:27)
at call (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:2:1)
at Generator.tryCatch (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:2:1)
at Generator._invoke [as next] (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:2:1)
at asyncGeneratorStep (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:2:1)
at asyncGeneratorStep (integration-tests/journey/petitionsClerkViewsDocketRecordAfterSettingTrial.ts:2:1)
(node:13398) NOTE: We are formalizing our plans to enter AWS SDK for JavaScript (v2) into maintenance mode in 2023.
Path to Test File
Readout of the failure
Workflows of Failrure(s)
https://github.com/ustaxcourt/ef-cms/actions/runs/5859952431/job/15887021632?pr=3835
What were you working on?
10081
Notes
Definition of Done (Updated 4-14-21)
Engineering
The text was updated successfully, but these errors were encountered: