rubocop / rubocop-capybara

Code style checking for Capybara files.
https://docs.rubocop.org/rubocop-capybara
MIT License
40 stars 8 forks source link

Fix a false positive for `Capybara/SpecificFinders` when `find` with kind option #65

Closed ydah closed 11 months ago

ydah commented 12 months ago

Support the following cases:

find(:css, '#some-id')

Before submitting the PR make sure the following are checked: