We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88dae28 commit c62cc41Copy full SHA for c62cc41
docs/common-issues.md
@@ -21,7 +21,7 @@ const button = wrapper.find('button');
21
button.prop('onClick')();
22
expect(input.prop('value')).to.equal('test');
23
```
24
-fails. While this test:
+While this test:
25
```jsx
26
const input = wrapper.find('input');
27
const button = wrapper.find('button');
0 commit comments