Fix "Dashboard > New project" feature
This commit is contained in:
parent
38634b4777
commit
a11b07f31d
1 changed files with 3 additions and 1 deletions
|
@ -4,7 +4,9 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
|
|||
include SharedProject
|
||||
|
||||
step 'I click "New project" link' do
|
||||
click_link "New project"
|
||||
within('.content') do
|
||||
click_link "New project"
|
||||
end
|
||||
end
|
||||
|
||||
step 'I see "New project" page' do
|
||||
|
|
Loading…
Reference in a new issue