Commit a11b07f3 authored by Robert Speicher's avatar Robert Speicher

Fix "Dashboard > New project" feature

parent 38634b47
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment