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

search_helpers.rb « support « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: abbbb636d66c6607b10028065f6f869e7ad83003 (plain)
1
2
3
4
5
module SearchHelpers
  def select_filter(name)
    find(:xpath, "//ul[contains(@class, 'search-filter')]//a[contains(.,'#{name}')]").click
  end
end