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-04-04 00:33:42 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-04 00:33:42 +0400
commitb011bb0de8d25767582af58d6b89f586a6fbe083 (patch)
tree03b789dbd25088d601610658134898e2d4a1e5c8 /features
parent278d2abaafa97a709fdcf5a34ed1df858d9ca51d (diff)
Update test with new title
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/project_browse_commits.rb2
1 files changed, 1 insertions, 1 deletions
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'