Commit be7eb8e3c2954e4ba3546d124ee4f9e45657484f
1 parent
0407eb2e
Exists in
master
and in
4 other branches
Fix test
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
features/steps/public/projects_feature.rb
... | ... | @@ -49,7 +49,9 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps |
49 | 49 | end |
50 | 50 | |
51 | 51 | step 'I should see project "Community" home page' do |
52 | - page.should have_content 'Repo size is' | |
52 | + within '.project-home-title' do | |
53 | + page.should have_content 'Community' | |
54 | + end | |
53 | 55 | end |
54 | 56 | |
55 | 57 | private | ... | ... |