Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Speicher <rspeicher@gmail.com>2015-04-25 21:26:04 +0300
committerRobert Speicher <rspeicher@gmail.com>2015-04-25 21:26:04 +0300
commita11b07f31d14ceface3f9a20d0d1e7b55d369602 (patch)
tree9d94c15c3bed0e2024b7d865894e262fef045c04 /features/steps/dashboard
parent38634b4777bfcc9ab1755490c2ce168f130a0e4b (diff)
Fix "Dashboard > New project" feature
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/new_project.rb4
1 files changed, 3 insertions, 1 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb
index 5e588ceb780..93456a81ecf 100644
--- a/features/steps/dashboard/new_project.rb
+++ b/features/steps/dashboard/new_project.rb
@@ -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