Skip to content

Commit

Permalink
9998 - WIP - clean up setting of docket entry id
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolutestunna committed Aug 23, 2023
1 parent 68faf03 commit 10ae089
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ export const docketClerkAddsDocketEntryFromOrder = (
);

cerebralTest.docketRecordEntry = newDocketEntry;
cerebralTest.docketEntryId = newDocketEntry.docketEntryId;

expect(newDocketEntry).toBeTruthy();
expect(newDocketEntry.index).toBeFalsy();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,5 @@ export const docketClerkNavigatesToEditDocketEntryMeta = (
});

expect(cerebralTest.getState('currentPage')).toEqual('EditDocketEntryMeta');
expect(cerebralTest.getState('screenMetadata.editType')).toEqual(
'Document',
);
});
};
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ describe('Judge activity report journey', () => {
'cerebralTest.docketRecordIndex',
cerebralTest.docketRecordIndex,
);
console.log('typeof docketEntry.index', typeof docketEntry.index);
});
docketClerkNavigatesToEditDocketEntryMeta(cerebralTest, 7);
docketClerkStrikesDocketEntry(cerebralTest, 7);
Expand Down

0 comments on commit 10ae089

Please sign in to comment.