Skip to content

Commit

Permalink
code review
Browse files Browse the repository at this point in the history
  • Loading branch information
usavkov-epam committed Jan 3, 2024
1 parent 5b017a6 commit ccf0dbb
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ describe('ReceivingStatusChangeLog', () => {
it('should render piece status log list', () => {
renderComponent();

expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.status'));
expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.date'));
expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.updatedBy'));
expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.status')).toBeInTheDocument();
expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.date')).toBeInTheDocument();
expect(screen.getByText('ui-receiving.piece.statusChangeLog.column.updatedBy')).toBeInTheDocument();
});
});

0 comments on commit ccf0dbb

Please sign in to comment.