summaryrefslogtreecommitdiff
path: root/features/steps
diff options
context:
space:
mode:
authorRobert Speicher <robert@gitlab.com>2016-10-03 11:45:01 +0000
committerRobert Speicher <robert@gitlab.com>2016-10-03 11:45:01 +0000
commit8c5701b622a12ebc79a88e65baaf29549c5be1da (patch)
treee29cb2579b1e8f4930b9132d8020879ef3b64851 /features/steps
parent71fe23c1bf7ec0cc875db3caf4f4046aa5f32c0f (diff)
parenta09e1d3dda57323d8932b498a711928c98404005 (diff)
downloadgitlab-ce-8c5701b622a12ebc79a88e65baaf29549c5be1da.tar.gz
Merge branch 'fix/import-export-admin' into 'master'
Enable Import/Export for non-admin users Fixes https://gitlab.com/gitlab-org/gitlab-ce/issues/21315 Related https://gitlab.com/gitlab-org/gitlab-ce/issues/20857 and https://gitlab.com/gitlab-org/gitlab-ce/issues/20821/ See merge request !6080
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/dashboard/new_project.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb
index 2f0941e4113..cb36d6ae1a9 100644
--- a/features/steps/dashboard/new_project.rb
+++ b/features/steps/dashboard/new_project.rb
@@ -20,6 +20,7 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
expect(page).to have_link('GitLab.com')
expect(page).to have_link('Google Code')
expect(page).to have_link('Repo by URL')
+ expect(page).to have_link('GitLab export')
end
step 'I click on "Import project from GitHub"' do