Skip to content

fix: link text and url of chrome extension #1310

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 1 commit into from
Sep 24, 2023
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
12 changes: 6 additions & 6 deletions docs/queries/about.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -390,12 +390,12 @@ const foo = container.querySelector('[data-foo="bar"]')

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

There is a very cool Browser extension for
[Chrome](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related)
named Testing Playground, and it helps you find the best queries to select
elements. It allows you to 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.
There is a very cool Browser extension for Chrome named
[Testing Playground](https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano),
and it helps you find the best queries to select elements. It allows you to
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.

## Playground

Expand Down