Skip to content

Commit e9bd1dc

Browse files
committed
chore: tweak
1 parent 3e9071d commit e9bd1dc

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

website/docs/UserEvent.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ This means that we plan to keep the public API signatures to remain stable, but
1313
:::
1414

1515
:::note
16-
User Event interactions require v12.2.0.
16+
User Event interactions require RNTL v12.2.0.
1717
:::
1818

1919

@@ -184,10 +184,14 @@ The `textInput` event is sent only for mutliline text inputs.
184184
- `endEditing`
185185
- `blur`
186186
187-
## `scroll()`
187+
## `scrollTo()`
188+
189+
:::note
190+
`scrollTo` interaction requires RNTL v12.4.0.
191+
:::
188192
189193
```ts
190-
type(
194+
scrollTo(
191195
element: ReactTestInstance,
192196
options: {
193197
y: number,

0 commit comments

Comments
 (0)