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:
authorKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 18:26:24 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2015-10-14 18:27:29 +0300
commit2d0fcb4de23ab368e2e030b3cf7f6b1705ef676f (patch)
tree1a1910d56bf5600285a625d1124bb8083c628893 /features/steps/dashboard
parent6c1faf4b33a4e601eea13899ba5763da72f5505a (diff)
Fix spinach tests introduced by 07101cfab61f28c6328efebea98f018ab8356cdd
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/new_project.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/features/steps/dashboard/new_project.rb b/features/steps/dashboard/new_project.rb
index 1e09162a5b5..44a4aa9844a 100644
--- a/features/steps/dashboard/new_project.rb
+++ b/features/steps/dashboard/new_project.rb
@@ -3,13 +3,13 @@ class Spinach::Features::NewProject < Spinach::FeatureSteps
include SharedPaths
include SharedProject
- step 'I click "New project" link' do
+ step 'I click "New Project" link' do
page.within('.content') do
- click_link "New project"
+ click_link "New Project"
end
end
- step 'I see "New project" page' do
+ step 'I see "New Project" page' do
expect(page).to have_content('Project path')
end