File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -390,12 +390,12 @@ const foo = container.querySelector('[data-foo="bar"]')
390
390
391
391
Do you still have problems knowing how to use Testing Library queries?
392
392
393
- There is a very cool Browser extension for
394
- [ Chrome ] ( https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano/related )
395
- named Testing Playground, and it helps you find the best queries to select
396
- elements. It allows you to inspect the element hierarchies in the Browser's
397
- Developer Tools, and provides you with suggestions on how to select them, while
398
- encouraging good testing practices.
393
+ There is a very cool Browser extension for Chrome named
394
+ [ Testing Playground ] ( https://chrome.google.com/webstore/detail/testing-playground/hejbmebodbijjdhflfknehhcgaklhano ) ,
395
+ and it helps you find the best queries to select elements. It allows you to
396
+ inspect the element hierarchies in the Browser's Developer Tools, and provides
397
+ you with suggestions on how to select them, while encouraging good testing
398
+ practices.
399
399
400
400
## Playground
401
401
You can’t perform that action at this time.
0 commit comments