Fix test.
This commit is contained in:
parent
01d9bffdd8
commit
fbc91599a8
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue