Fix "Dashboard > New project" feature

This commit is contained in:
Robert Speicher 2015-04-25 14:26:04 -04:00
parent 38634b4777
commit a11b07f31d
1 changed files with 3 additions and 1 deletions

View File

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