docs: fix typo in the testing component basics guide (#38573)

The guide ends with a sentence that implies there are more tests following the end of the guide.

PR Close #38573
This commit is contained in:
Aristeidis Bampakos 2020-08-25 14:02:42 +03:00 committed by Misko Hevery
parent 18e474f522
commit 9cbde86534
1 changed files with 1 additions and 2 deletions

View File

@ -375,6 +375,5 @@ Some noteworthy observations:
When you're filtering by CSS selector and only testing properties of a browser's _native element_, the `By.css` approach may be overkill.
It's often easier and more clear to filter with a standard `HTMLElement` method
such as `querySelector()` or `querySelectorAll()`,
as you'll see in the next set of tests.
such as `querySelector()` or `querySelectorAll()`.