Hey
expect(await findByComplexText(screen, 'Selected campaigns 0')).toBeInTheDocument()
[email protected] - no errors
[email protected] - Avoid destructuring queries from render result, use screen.findByComplexText instead testing-library/prefer-screen-queries
should this rule only apply to testing-library methods?