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

active_tab.rb « dashboard « steps « features - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 0e2c04fb29994cfe645c9fc31b99e13092673a6f (plain)
1
2
3
4
5
6
7
8
9
class Spinach::Features::DashboardActiveTab < Spinach::FeatureSteps
  include SharedAuthentication
  include SharedPaths
  include SharedActiveTab

  step 'the active main tab should be Help' do
    ensure_active_main_tab('Help')
  end
end