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 cb39716 commit 536478bCopy full SHA for 536478b
README.md
@@ -76,6 +76,7 @@ when a real user uses it.
76
* [`getByPlaceholderText`](#getbyplaceholdertext)
77
* [`getByText`](#getbytext)
78
* [`getByAltText`](#getbyalttext)
79
+ * [`getByTitle`](#getbytitle)
80
* [`getByTestId`](#getbytestid)
81
* [`wait`](#wait)
82
* [`waitForElement`](#waitforelement)
@@ -302,7 +303,7 @@ getByTitle(
302
303
}): HTMLElement
304
```
305
-This will return the element that has the matching `title` attribute.
306
+Returns the element that has the matching `title` attribute.
307
308
```javascript
309
// <span title="Delete" id="2" />
0 commit comments