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

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