We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8312d commit f5f369cCopy full SHA for f5f369c
README.md
@@ -505,7 +505,7 @@ for a full list as well as default `eventProperties`.
505
```javascript
506
// <button>Submit</button>
507
const rightClick = {button: 2}
508
-fireEvent.click(getElementByText('Submit'), rightClick)
+fireEvent.click(getByText('Submit'), rightClick)
509
// default `button` property for click events is set to `0` which is a left click.
510
```
511
0 commit comments