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', () => { describe('ChatLayout', () => {
it('renders chat interface', () => { it('renders chat interface', () => {
render(<ChatLayout />); render(<ChatLayout />);
expect(screen.getByText('AI Chat')).toBeInTheDocument(); expect(screen.getByText('ChatGPZ')).toBeInTheDocument();
expect(screen.getByPlaceholderText('Type your message...')).toBeInTheDocument(); expect(screen.getByPlaceholderText('Type your message...')).toBeInTheDocument();
}); });
}); });
+1 -1
View File
@@ -352,7 +352,7 @@ export default function ChatLayout() {
</Tooltip> </Tooltip>
<IconRobot size={28} stroke={1.5} color={theme.colors[primaryColor][6]} /> <IconRobot size={28} stroke={1.5} color={theme.colors[primaryColor][6]} />
<Title order={3} mr="md"> <Title order={3} mr="md">
AI Chat ChatGPZ
</Title> </Title>
<Select <Select
placeholder="Select Model" placeholder="Select Model"