Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 15:06:17 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-10-21 15:06:17 +0400
commitbe7eb8e3c2954e4ba3546d124ee4f9e45657484f (patch)
tree6e1d91e5b12a5123c370a6dd097caa778f05da8d /features
parent0407eb2ee60b57caa91e284ce1747e551d38ea73 (diff)
Fix test
Diffstat (limited to 'features')
-rw-r--r--features/steps/public/projects_feature.rb4
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