We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0713c86 commit 64fd6f0Copy full SHA for 64fd6f0
docs/example-react-hooks-useReducer.md
@@ -67,6 +67,6 @@ it('shows success message after confirm button is clicked', () => {
67
68
fireEvent.click(getByText('Confirm'))
69
70
- expect(getByText('Confirmed')).toBeInTheDocument()
+ expect(getByText('Confirmed!')).toBeInTheDocument()
71
})
72
```
0 commit comments