summaryrefslogtreecommitdiff
path: root/features/steps/dashboard/dashboard.rb
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-27 13:49:29 +0300
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-08-27 13:49:29 +0300
commitc2f104000615f1f68ca9be61825add098265053f (patch)
tree1b9ba1f4c83a832cd4fe64a4375429718fd6d52a /features/steps/dashboard/dashboard.rb
parent8457415eb92f80bf485d40c41fafa02cd9377904 (diff)
downloadgitlab-ce-c2f104000615f1f68ca9be61825add098265053f.tar.gz
Few fixes to spinach tests
Diffstat (limited to 'features/steps/dashboard/dashboard.rb')
-rw-r--r--features/steps/dashboard/dashboard.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/dashboard/dashboard.rb b/features/steps/dashboard/dashboard.rb
index 596b5a78170..5baf4e757ac 100644
--- a/features/steps/dashboard/dashboard.rb
+++ b/features/steps/dashboard/dashboard.rb
@@ -4,7 +4,7 @@ class Dashboard < Spinach::FeatureSteps
include SharedProject
Then 'I should see "New Project" link' do
- page.should have_link "New Project"
+ page.should have_link "New project"
end
Then 'I should see "Shop" project link' do