Welcome to mirror list, hosted at ThFree Co, Russian Federation.

search_shared_examples.rb « features « shared_examples « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 25ebbf011d5dff02215400027bdcda0e41884f59 (plain)
1
2
3
4
5
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