Skip to content

Commit 5d9d727

Browse files
authored
Merge pull request #1954 from abdicodes/source
Update part5c.md
2 parents ee11629 + d619abe commit 5d9d727

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/5/en/part5c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ test('renders content', () => {
128128
})
129129
```
130130

131-
Text fails if _getByText_ does not find the element it is looking for.
131+
Test fails if _getByText_ does not find the element it is looking for.
132132

133133
We could also use [CSS-selectors](https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Selectors) to find rendered elements by using the method [querySelector](https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelector) of the object [container](https://testing-library.com/docs/react-testing-library/api/#containerr) that is one of the fields returned by the render:
134134

0 commit comments

Comments
 (0)