Fix test.

This commit is contained in:
Connor Shea 2016-06-15 12:45:27 -06:00
parent 01d9bffdd8
commit fbc91599a8
No known key found for this signature in database
GPG Key ID: E52237E5B35A83E6
1 changed files with 2 additions and 1 deletions

View File

@ -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