diff options
author | Marin Jankovski <maxlazio@gmail.com> | 2015-12-08 10:58:15 +0100 |
---|---|---|
committer | Marin Jankovski <maxlazio@gmail.com> | 2015-12-08 10:58:15 +0100 |
commit | 9bf51ae47d344c5939f275bb5ae429023456d30e (patch) | |
tree | c098a58629052bf4289cbc852153009e49fa7a2a /features | |
parent | bf17609e2a4cc062a9bccd67e90dd6524f0389b2 (diff) | |
download | gitlab-ce-serve_lfs_object.tar.gz |
Fix specs caused by update of gitlab-test repo.serve_lfs_object
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/source/browse_files.rb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb index 2edbca9b7fe..02d46e28237 100644 --- a/features/steps/project/source/browse_files.rb +++ b/features/steps/project/source/browse_files.rb @@ -306,6 +306,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps end step 'I click on "files/lfs/lfs_object.iso" file in repo' do + visit namespace_project_tree_path(@project.namespace, @project, "lfs") click_link 'files' click_link "lfs" click_link "lfs_object.iso" |