- Notifications
You must be signed in to change notification settings - Fork 152
Closed
Labels
Description
Hey
expect(await findByComplexText(screen, 'Selected campaigns 0')).toBeInTheDocument()
eslint-plugin-testing-library@3.10.2
- no errors
eslint-plugin-testing-library@4.0.1
- Avoid destructuring queries from render
result, use screen.findByComplexText
instead testing-library/prefer-screen-queries
should this rule only apply to testing-library
methods?