We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82ada7a commit dd8df97Copy full SHA for dd8df97
frontend/src/pages/Home/components/ReportItem/__tests__/ReportItem.test.tsx
@@ -79,11 +79,6 @@ describe('ReportItem', () => {
79
// ASSERT
80
expect(screen.getByText('Blood Test')).toBeInTheDocument();
81
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');
87
});
88
89
it('should render successfully with read report', () => {
0 commit comments