diff --git a/templates/repo/contributors.tmpl b/templates/repo/contributors.tmpl
index f7f5d796f4..c71312fc6c 100644
--- a/templates/repo/contributors.tmpl
+++ b/templates/repo/contributors.tmpl
@@ -1,6 +1,7 @@
{{if .Permission.CanRead $.UnitTypeCode}}
{
+ await page.goto('/user2/commits_search_test/activity/contributors');
+ await page.getByRole('link', {name: '2 Commits'}).click();
+ await expect(page.getByRole('cell', {name: 'Bob'})).toHaveCount(2);
+});
diff --git a/web_src/js/components/RepoContributors.vue b/web_src/js/components/RepoContributors.vue
index dec2599c0d..07ad336cf7 100644
--- a/web_src/js/components/RepoContributors.vue
+++ b/web_src/js/components/RepoContributors.vue
@@ -1,5 +1,6 @@