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:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2017-11-15 17:56:36 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2018-03-06 15:28:14 +0300
commit580d8953636266e40802fd8ea525c4908ebc8b9f (patch)
treeb643fc68bbb40643c8932f8b456173669a334a81 /spec/features/projects/branches/download_buttons_spec.rb
parent65348cf07bafef5efc1c9665d3efdb5a1bdd7128 (diff)
Add overview of branches and a filter for active/stale branches
Diffstat (limited to 'spec/features/projects/branches/download_buttons_spec.rb')
-rw-r--r--spec/features/projects/branches/download_buttons_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/projects/branches/download_buttons_spec.rb b/spec/features/projects/branches/download_buttons_spec.rb
index 39bcea013e7..605298ba8ab 100644
--- a/spec/features/projects/branches/download_buttons_spec.rb
+++ b/spec/features/projects/branches/download_buttons_spec.rb
@@ -29,7 +29,7 @@ feature 'Download buttons in branches page' do
describe 'when checking branches' do
context 'with artifacts' do
before do
- visit project_branches_path(project, search: 'binary-encoding')
+ visit project_branches_filtered_path(project, state: 'all', search: 'binary-encoding')
end
scenario 'shows download artifacts button' do