Commit b011bb0de8d25767582af58d6b89f586a6fbe083
1 parent
278d2aba
Exists in
master
and in
4 other branches
Update test with new title
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
features/steps/project/project_browse_commits.rb
... | ... | @@ -53,7 +53,7 @@ class ProjectBrowseCommits < Spinach::FeatureSteps |
53 | 53 | end |
54 | 54 | |
55 | 55 | Then 'I see commits stats' do |
56 | - page.should have_content 'Stats' | |
56 | + page.should have_content 'Top 50 Committers' | |
57 | 57 | page.should have_content 'Committers' |
58 | 58 | page.should have_content 'Total commits' |
59 | 59 | page.should have_content 'Authors' | ... | ... |