This commit is contained in:
Zacharias-Brohn
2026-01-14 21:21:49 +01:00
parent a521353022
commit ab6b9638ed
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import ChatLayout from './ChatLayout';
describe('ChatLayout', () => {
it('renders chat interface', () => {
render(<ChatLayout />);
expect(screen.getByText('AI Chat')).toBeInTheDocument();
expect(screen.getByText('ChatGPZ')).toBeInTheDocument();
expect(screen.getByPlaceholderText('Type your message...')).toBeInTheDocument();
});
});