diff options
author | Connor Shea <connor.james.shea@gmail.com> | 2016-06-15 12:45:27 -0600 |
---|---|---|
committer | Connor Shea <connor.james.shea@gmail.com> | 2016-06-15 12:45:27 -0600 |
commit | fbc91599a8fcd8bcd189d81a136b1bcc2c989fae (patch) | |
tree | bca4ea02d333b4dc3269b8a980cecb3c27253b31 /features | |
parent | 01d9bffdd82c098a8c2e368e39a590e5c753dbc7 (diff) | |
download | gitlab-ce-fbc91599a8fcd8bcd189d81a136b1bcc2c989fae.tar.gz |
Fix test.
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/dashboard/new_project.rb | 3 |
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 |