Fix capitalization in dashboard title in error handling test

This commit is contained in:
2025-07-26 22:48:11 +02:00
parent 815e45e597
commit 46550109f9

View File

@@ -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()
}) })