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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-20 04:24:34 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-02-20 04:24:34 +0300
commit6a6a33452288542aa93354f6ce5a7720721e0688 (patch)
tree9488710e7e9d4a17d5a3480f3b40b8f3c4ec00d6 /features/steps/project
parent00ac564423249c5be50e44d44ef822b4b686a931 (diff)
Fix active tab tests
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/active_tab.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/steps/project/active_tab.rb b/features/steps/project/active_tab.rb
index bb42d15eae5..dd3215adb1a 100644
--- a/features/steps/project/active_tab.rb
+++ b/features/steps/project/active_tab.rb
@@ -93,11 +93,11 @@ class Spinach::Features::ProjectActiveTab < Spinach::FeatureSteps
ensure_active_sub_tab('Issues')
end
- step 'the active sub tab should be Milestones' do
- ensure_active_sub_tab('Milestones')
+ step 'the active main tab should be Milestones' do
+ ensure_active_main_tab('Milestones')
end
- step 'the active sub tab should be Labels' do
- ensure_active_sub_tab('Labels')
+ step 'the active main tab should be Labels' do
+ ensure_active_main_tab('Labels')
end
end