tests(e2e): update data to fix retrieve stats card test (#3609)

This commit is contained in:
Alexandr Garbuzov 2024-01-23 15:23:26 +02:00 committed by GitHub
parent fa50161a65
commit 533469d677
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -20,13 +20,13 @@ const STATS_DATA = {
name: "Cateline Mnemosyne", name: "Cateline Mnemosyne",
totalPRs: 2, totalPRs: 2,
totalReviews: 0, totalReviews: 0,
totalCommits: 8, totalCommits: 1,
totalIssues: 1, totalIssues: 1,
totalStars: 1, totalStars: 1,
contributedTo: 1, contributedTo: 1,
rank: { rank: {
level: "C", level: "C",
percentile: 98.06929469995667, percentile: 98.38875766503551,
}, },
}; };