Skip to content

Commit a7edf6e

Browse files
authored
Merge pull request #2808 from rashaabdulrazzak/rasha-patch-5c
Change the placeholder in NoteForm part5.c
2 parents 23d312a + c8e972b commit a7edf6e

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)