Skip to content

Commit

Permalink
10074-bug: fix failing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Sep 23, 2024
1 parent 3d2e2fc commit dd6d219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ describe('Docket clerk opinion advanced search', () => {

expect(cerebralTest.getState('alertError')).toEqual({
messages: ['Start date cannot be in the future. Enter valid start date.'],
scrollToErrorNotification: true,
title: 'Please correct the following errors:',
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,7 @@ describe('Docket clerk advanced order search', () => {

expect(cerebralTest.getState('alertError')).toEqual({
messages: ['Start date cannot be in the future. Enter valid start date.'],
scrollToErrorNotification: true,
title: 'Please correct the following errors:',
});

Expand Down

0 comments on commit dd6d219

Please sign in to comment.