From b011bb0de8d25767582af58d6b89f586a6fbe083 Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Wed, 3 Apr 2013 23:33:42 +0300 Subject: [PATCH] Update test with new title --- features/steps/project/project_browse_commits.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/steps/project/project_browse_commits.rb b/features/steps/project/project_browse_commits.rb index b4c595fa5aa..fb26d41f43e 100644 --- a/features/steps/project/project_browse_commits.rb +++ b/features/steps/project/project_browse_commits.rb @@ -53,7 +53,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps end Then 'I see commits stats' do - page.should have_content 'Stats' + page.should have_content 'Top 50 Committers' page.should have_content 'Committers' page.should have_content 'Total commits' page.should have_content 'Authors' -- GitLab