Skip to content

Commit

Permalink
9998 - logging docketRecordIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
Absolutestunna committed Aug 23, 2023
1 parent 1649645 commit ad1a7b6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ export const docketClerkNavigatesToEditDocketEntryMeta = (
docketRecordIndex = 1,
) => {
it('the docketclerk navigates to page to edit docket entry meta', async () => {
console.log('docketRecordIndex FOR NAVIGATION', docketRecordIndex);

await cerebralTest.runSequence('gotoEditDocketEntryMetaSequence', {
docketNumber: cerebralTest.docketNumber,
docketRecordIndex,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export const docketClerkStrikesDocketEntry = (
) => {
return it('docket clerk strikes docket entry', async () => {
await cerebralTest.runSequence('strikeDocketEntrySequence');
console.log('docketRecordIndex FOR STRIKING', docketRecordIndex);

const caseDocuments = cerebralTest.getState('caseDetail.docketEntries');
console.log('caseDocuments', caseDocuments);
Expand Down

0 comments on commit ad1a7b6

Please sign in to comment.