summaryrefslogtreecommitdiff
path: root/features/steps/project/project_find_file.rb
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2016-06-21 07:54:02 -0700
committerStan Hu <stanhu@gmail.com>2016-06-21 07:54:02 -0700
commit59fc1816d3df8f9ac27542eac46f93ae85e328ae (patch)
treedeed30e623afc3e4d0218ebd86d9fb2ca37e58a6 /features/steps/project/project_find_file.rb
parent5c9f0896ef3118b4e381e1834073827f42a10feb (diff)
downloadgitlab-ce-59fc1816d3df8f9ac27542eac46f93ae85e328ae.tar.gz
Rename Repo -> Repositoryrename-code-to-repo
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 9833eec3730..90771847909 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('Repo')
+ ensure_active_main_tab('Repository')
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('Repo')
+ ensure_active_main_tab('Repository')
expect(page).to have_selector('.file-finder-holder', count: 1)
end