summaryrefslogtreecommitdiff
path: root/features/steps/shared
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-20 12:30:04 -0700
committerStan Hu <stanhu@gmail.com>2016-06-20 12:30:04 -0700
commit26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0 (patch)
tree7870ad474f53090182de72745979cdea87b56172 /features/steps/shared
parent74f8f260982a9b9e1941ad803d53d229cc27c85f (diff)
downloadgitlab-ce-26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0.tar.gz
Rename Code tab to Repo
Closes #18830
Diffstat (limited to 'features/steps/shared')
-rw-r--r--features/steps/shared/project_tab.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index bfee8793301..595913ff3d8 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -8,8 +8,8 @@ module SharedProjectTab
ensure_active_main_tab('Project')
end
- step 'the active main tab should be Code' do
- ensure_active_main_tab('Code')
+ step 'the active main tab should be Repo' do
+ ensure_active_main_tab('Repo')
end
step 'the active main tab should be Graphs' do