Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FLAKY TEST: Integration test related to noticeOfTrialSessionWithElectronicService #3839

Open
3 tasks
rachelschneiderman opened this issue Aug 14, 2023 · 0 comments

Comments

@rachelschneiderman
Copy link
Contributor

Path to Test File

web-client/integration-tests/noticeOfTrialSessionWithElectronicService.test.ts

Readout of the failure

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.

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

  • Documentation has been added to this card with any helpful information relating to the test failures.
  • Test has been fixed or removed.
  • Test has been reattempted 5 times without fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant