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:
authorConnor Shea <connor.james.shea@gmail.com>2016-06-15 21:45:27 +0300
committerConnor Shea <connor.james.shea@gmail.com>2016-06-15 21:45:27 +0300
commitfbc91599a8fcd8bcd189d81a136b1bcc2c989fae (patch)
treebca4ea02d333b4dc3269b8a980cecb3c27253b31 /features/steps
parent01d9bffdd82c098a8c2e368e39a590e5c753dbc7 (diff)
Fix test.
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/dashboard/new_project.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb
index a0aad66184d..5308e77fb19 100644
--- a/features/steps/dashboard/new_project.rb
+++ b/features/steps/dashboard/new_project.rb
@@ -10,7 +10,8 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
end
step 'I see "New Project" page' do
- expect(page).to have_content('Project path')
+ expect(page).to have_content('Project owner')
+ expect(page).to have_content('Project name')
end
step 'I see all possible import optios' do