Complete React live and Race Hub views

This commit is contained in:
2026-05-25 02:56:06 -04:00
parent 5eb0983ffb
commit e410a01db1
23 changed files with 1243 additions and 12 deletions

View File

@@ -119,8 +119,8 @@ describe('DataLibraryPage', () => {
expect(mockFetchLocalMeetings).toHaveBeenCalledWith(2025)
})
expect(await screen.findByText('Monaco')).toBeInTheDocument()
expect(await screen.findByTestId('meeting-detail')).toBeInTheDocument()
expect(screen.getAllByText('Monaco').length).toBeGreaterThan(0)
expect(screen.getByText('11/11')).toBeInTheDocument()
expect(screen.getByText('box-box --ingest-meeting 1229')).toBeInTheDocument()
expect(screen.getByText('box-box --ingest-session 9472')).toBeInTheDocument()