diff --git a/features/steps/project/project_browse_commits.rb b/features/steps/project/project_browse_commits.rb
index b4c595fa5aac6ec4aa07c0d3a72b572378891030..fb26d41f43e9554701fe54312309edcf17dbdd63 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'