Skip to content

Commit

Permalink
chore: fix test for updates
Browse files Browse the repository at this point in the history
  • Loading branch information
AntBush authored and ccbc-service-account committed Jan 31, 2025
1 parent 332ec03 commit 268a683
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1505,8 +1505,8 @@ describe('The Summary page', () => {
// milestone
expect(screen.getByText('24%')).toBeInTheDocument();
// application source
expect(screen.getAllByText('(SOW)')).toHaveLength(15);
expect(screen.getAllByText(/SOW amendment 1/)).toHaveLength(2);
expect(screen.getAllByText(/SOW amendment 1/)).toHaveLength(7);
expect(screen.getAllByText('(SOW)')).toHaveLength(10);
});

it('should show the alert when SOW has not been uploaded and application is agreement signed', async () => {
Expand Down

0 comments on commit 268a683

Please sign in to comment.