You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Fix#1310] Fix a false positive for RSpec/Capybara/SpecificMatcher
Fix: #1310
Updated to not offense in the case of non-replaceable css selectors.
```ruby
expect(page).to have_css('button body')
expect(page).to have_css('a,h1')
expect(page).to have_css('table>tr')
expect(page).to have_css('select+option')
```
0 commit comments