Skip to content

Commit

Permalink
update bulk assignment move history test to reflect changes on main
Browse files Browse the repository at this point in the history
  • Loading branch information
paulstonebraker committed Feb 24, 2025
1 parent 23d281d commit 0e3e1c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ describe('When given a move that has been assigned', () => {
};

render(template.getDetails(historyRecord));
expect(screen.getByText('Closeout counselor assigned')).toBeInTheDocument();
expect(screen.getByText('Counselor assigned')).toBeInTheDocument();
expect(screen.getByText(': Daniels, Jayden')).toBeInTheDocument();
});
it('closeout counselor', () => {
Expand Down

0 comments on commit 0e3e1c1

Please sign in to comment.