Skip to content

Commit

Permalink
Update APIRef.Matchers.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LeoNatan authored Feb 4, 2020
1 parent 90528e6 commit 311d82e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/APIRef.Matchers.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Matchers find elements in your app that match one or more properties.

- [`by.id()`](#byidid)
- [`by.label()`](#bylabellabel)
- [`by.text()`](#bytexttext-limited-on-ios)
- [`by.text()`](#bytexttext-discouraged-on-ios)
- [`by.type()`](#bytypenativeviewtype)
- [`by.traits()`](#bytraitstraits)
- [Advanced](#advanced)
Expand Down Expand Up @@ -43,7 +43,7 @@ Find an element by `accessibilityLabel` on iOS, or by `contentDescription` on An
element(by.label('Welcome'));
```

#### `by.text(text)` (**Limited on iOS**)
#### `by.text(text)` (**Discouraged on iOS**)
Find an element by text, useful for text fields, buttons.

```js
Expand Down

0 comments on commit 311d82e

Please sign in to comment.