Skip to content

Commit 54838b3

Browse files
authored
Fix info about the Browser Extension 'Testing Playground' (#787)
* Fix info about the Browser Extension 'Testing Playground' * Fix FF-Link
1 parent a0840a5 commit 54838b3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

docs/queries/about.mdx

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -398,14 +398,13 @@ const { container } = render(<MyComponent />)
398398
const foo = container.querySelector('[data-foo="bar"]')
399399
```
400400

401-
## Chrome extension
401+
## Browser extension
402402

403403
Do you still have problems knowing how to use Testing Library queries?
404404

405-
There is a very cool Chrome extension named
406-
[Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related),
405+
There is a very cool Browser extension for [Chrome](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related) and [Firefox](https://addons.mozilla.org/en/firefox/addon/testing-playground/) named Testing Playground,
407406
and it helps you find the best queries to select elements. It allows you to
408-
inspect the element hierarchies in the Chrome Developer Tools, and provides you
407+
inspect the element hierarchies in the Browser's Developer Tools, and provides you
409408
with suggestions on how to select them, while encouraging good testing
410409
practices.
411410

0 commit comments

Comments
 (0)