Skip to content

Commit

Permalink
9998 - using numbers for docket entry index
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolutestunna committed Aug 23, 2023
1 parent ad1a7b6 commit 68faf03
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -242,12 +242,10 @@ describe('Judge activity report journey', () => {
'cerebralTest.docketRecordIndex',
cerebralTest.docketRecordIndex,
);
console.log('typeof docketEntry.index', typeof docketEntry.index);
});
docketClerkNavigatesToEditDocketEntryMeta(
cerebralTest,
cerebralTest.docketRecordIndex,
);
docketClerkStrikesDocketEntry(cerebralTest, cerebralTest.docketRecordIndex);
docketClerkNavigatesToEditDocketEntryMeta(cerebralTest, 7);
docketClerkStrikesDocketEntry(cerebralTest, 7);

loginAs(cerebralTest, '[email protected]');
viewJudgeActivityReportResults(cerebralTest);
Expand Down

0 comments on commit 68faf03

Please sign in to comment.