Fix test
This commit is contained in:
parent
0407eb2ee6
commit
be7eb8e3c2
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps
|
||||||
end
|
end
|
||||||
|
|
||||||
step 'I should see project "Community" home page' do
|
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
|
end
|
||||||
|
|
||||||
private
|
private
|
||||||
|
|
Loading…
Reference in a new issue