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 74954f4 commit 7e06369Copy full SHA for 7e06369
README.md
@@ -54,7 +54,7 @@ driver.user.selectOptions(letterSelector, driver.findElement(ByRole(ListBox, nam
54
[fireEvent](https://testing-library.com/docs/dom-testing-library/api-events) is also available:
55
56
```kotlin
57
-input.fireEvent(Change, mapOf("target" to mapOf("value" to "2020-05-24")))
+input.fireEvent(Change, mapOf(Target to mapOf("value" to "2020-05-24")))
58
```
59
60
## jest-dom
0 commit comments