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:
authorJames Lopez <james@jameslopez.es>2016-06-16 12:27:09 +0300
committerJames Lopez <james@jameslopez.es>2016-06-16 12:27:09 +0300
commit8ac52f49c024775311a0736ddad964e85c8f6ed2 (patch)
treed40564420441dfeeaca739762486a23b25942c28 /features/steps
parent1b8a1073253c03cf6f434530afcdb727fb7268ca (diff)
fix spinach test
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/dashboard/new_project.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb
index ad20201c2c5..df84d3e3db7 100644
--- a/features/steps/dashboard/new_project.rb
+++ b/features/steps/dashboard/new_project.rb
@@ -20,7 +20,7 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
expect(page).to have_link('Gitorious.org')
expect(page).to have_link('Google Code')
expect(page).to have_link('Repo by URL')
- expect(page).to have_link('GitLab project')
+ expect(page).to have_link('GitLab export')
end
step 'I click on "Import project from GitHub"' do