changes
This commit is contained in:
@@ -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();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user