summaryrefslogtreecommitdiff
path: root/spec/support/shared_examples/features/search_shared_examples.rb
blob: c043b011e668a6bcc9cf8d1288958dc9fdef0dea (plain)
1
2
3
4
5
6
7
# frozen_string_literal: true

RSpec.shared_examples 'top right search form' do
  it 'does not show top right search form' do
    expect(page).not_to have_selector('.search')
  end
end