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:
authorStan Hu <stanhu@gmail.com>2016-06-20 22:30:04 +0300
committerStan Hu <stanhu@gmail.com>2016-06-20 22:30:04 +0300
commit26d2fa0aaa4546ab6d41d08b4f0af66ca5d14ec0 (patch)
tree7870ad474f53090182de72745979cdea87b56172 /features/steps/project/project_find_file.rb
parent74f8f260982a9b9e1941ad803d53d229cc27c85f (diff)
Rename Code tab to Repo
Closes #18830
Diffstat (limited to 'features/steps/project/project_find_file.rb')
-rw-r--r--features/steps/project/project_find_file.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/project_find_file.rb b/features/steps/project/project_find_file.rb
index 47de4b91df1..9833eec3730 100644
--- a/features/steps/project/project_find_file.rb
+++ b/features/steps/project/project_find_file.rb
@@ -13,12 +13,12 @@ class Spinach::Features::ProjectFindFile < Spinach::FeatureSteps
end
step 'I should see "find file" page' do
- ensure_active_main_tab('Code')
+ ensure_active_main_tab('Repo')
expect(page).to have_selector('.file-finder-holder', count: 1)
end
step 'I fill in Find by path with "git"' do
- ensure_active_main_tab('Code')
+ ensure_active_main_tab('Repo')
expect(page).to have_selector('.file-finder-holder', count: 1)
end