Skip to content

Fix info about the Browser Extension 'Testing Playground' #787

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions docs/queries/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -398,14 +398,13 @@ const { container } = render(<MyComponent />)
const foo = container.querySelector('[data-foo="bar"]')
```

## Chrome extension
## Browser extension

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

There is a very cool Chrome extension named
[Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related),
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,
and it helps you find the best queries to select elements. It allows you to
inspect the element hierarchies in the Chrome Developer Tools, and provides you
inspect the element hierarchies in the Browser's Developer Tools, and provides you
with suggestions on how to select them, while encouraging good testing
practices.

Expand Down