diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-21 14:06:17 +0300 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2013-10-21 14:06:17 +0300 |
commit | be7eb8e3c2954e4ba3546d124ee4f9e45657484f (patch) | |
tree | 6e1d91e5b12a5123c370a6dd097caa778f05da8d /features | |
parent | 0407eb2ee60b57caa91e284ce1747e551d38ea73 (diff) | |
download | gitlab-ce-be7eb8e3c2954e4ba3546d124ee4f9e45657484f.tar.gz |
Fix test
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/public/projects_feature.rb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/features/steps/public/projects_feature.rb b/features/steps/public/projects_feature.rb index e9a4d56e36b..8abc6ae9f23 100644 --- a/features/steps/public/projects_feature.rb +++ b/features/steps/public/projects_feature.rb @@ -49,7 +49,9 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps end step 'I should see project "Community" home page' do - page.should have_content 'Repo size is' + within '.project-home-title' do + page.should have_content 'Community' + end end private |