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-12-10 00:21:56 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-12-10 00:21:56 +0300
commitd7044c5ccf4df625bf90cca9b5197ffe9da99076 (patch)
treeb62aebada05f078b909e2c3ac69c1931cbf7975c /features/steps/shared
parent8f6892500a0ceefb30f762c7627f0472f51b203b (diff)
parent2c61e3c057af02068bfb57f1c3f921d9f0c87b1d (diff)
Merge branch 'move-network'
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/project_tab.rb8
1 files changed, 4 insertions, 4 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index 33ff7084e30..4fc2ece79ff 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -16,10 +16,6 @@ module SharedProjectTab
ensure_active_main_tab('Commits')
end
- step 'the active main tab should be Network' do
- ensure_active_main_tab('Network')
- end
-
step 'the active main tab should be Graphs' do
ensure_active_main_tab('Graphs')
end
@@ -53,4 +49,8 @@ module SharedProjectTab
step 'the active main tab should be Activity' do
ensure_active_main_tab('Activity')
end
+
+ step 'the active sub tab should be Network' do
+ ensure_active_sub_tab('Network')
+ end
end