Skip to content

Commit c8e972b

Browse files
Change the placeholder in NoteForm
1 parent d13e9bd commit c8e972b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ test('<NoteForm /> updates parent state and calls onSubmit', () => {
586586

587587
render(<NoteForm createNote={createNote} />)
588588

589-
const input = screen.getByPlaceholderText('write here note content') // highlight-line
589+
const input = screen.getByPlaceholderText('write note content here') // highlight-line
590590
const sendButton = screen.getByText('save')
591591

592592
userEvent.type(input, 'testing a form...')

0 commit comments

Comments
 (0)