Commit be7eb8e3 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets

Fix test

parent 0407eb2e
...@@ -49,7 +49,9 @@ class Spinach::Features::PublicProjectsFeature < Spinach::FeatureSteps ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment