Skip to content

Commit dd8df97

Browse files
committed
Update tests
1 parent 82ada7a commit dd8df97

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

frontend/src/pages/Home/components/ReportItem/__tests__/ReportItem.test.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -79,11 +79,6 @@ describe('ReportItem', () => {
7979
// ASSERT
8080
expect(screen.getByText('Blood Test')).toBeInTheDocument();
8181
expect(screen.getByText(/Upload Date 01\/27\/2025/)).toBeInTheDocument();
82-
expect(screen.getByTestId('mocked-icon-user')).toBeInTheDocument();
83-
84-
// Check for unread class
85-
const reportItem = screen.getByText('Blood Test').closest('.report-item');
86-
expect(reportItem).toHaveClass('report-item--unread');
8782
});
8883

8984
it('should render successfully with read report', () => {

0 commit comments

Comments
 (0)