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>2014-09-02 12:47:25 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-09-02 12:47:25 +0400
commita2b6c1e65f9decaf92a0abe1720336d38212d787 (patch)
treeef461b148e2b3c3b92cf94c06e960db9fb0e83fd /features
parent4102eb3b85a1a9d43bebe116066719e6b0872566 (diff)
Rename activity to project tab
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'features')
-rw-r--r--features/steps/shared/project_tab.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/shared/project_tab.rb b/features/steps/shared/project_tab.rb
index 00630da83a3..498a173e9a5 100644
--- a/features/steps/shared/project_tab.rb
+++ b/features/steps/shared/project_tab.rb
@@ -3,7 +3,7 @@ module SharedProjectTab
include SharedActiveTab
step 'the active main tab should be Home' do
- ensure_active_main_tab('Activity')
+ ensure_active_main_tab('Project')
end
step 'the active main tab should be Files' do