Skip to content

Commit

Permalink
Update FormSection.test.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
olawanlejoel committed Jul 27, 2023
1 parent 3d7d33f commit b209903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FormSection.test.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import FormSection from './FormSection';
describe('FormSection', () => {
test('renders the textarea and button', () => {
render(<FormSection />);
const textareaElement = screen.getByPlaceholderText('Ask me anyting...');
const textareaElement = screen.getByPlaceholderText('Ask me anything...');
const buttonElement = screen.getByText('Generate Response 🤖');

expect(textareaElement).toBeInTheDocument();
Expand Down

0 comments on commit b209903

Please sign in to comment.