mirror of
https://github.com/lordmathis/llamactl.git
synced 2025-11-06 09:04:27 +00:00
Fix capitalization in dashboard title in error handling test
This commit is contained in:
@@ -167,7 +167,7 @@ describe('App Component - Critical Business Logic Only', () => {
|
|||||||
renderApp()
|
renderApp()
|
||||||
|
|
||||||
// App should still render and show error
|
// App should still render and show error
|
||||||
expect(screen.getByText('LlamaCtl Dashboard')).toBeInTheDocument()
|
expect(screen.getByText('Llamactl Dashboard')).toBeInTheDocument()
|
||||||
await waitFor(() => {
|
await waitFor(() => {
|
||||||
expect(screen.getByText('Error loading instances')).toBeInTheDocument()
|
expect(screen.getByText('Error loading instances')).toBeInTheDocument()
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user