tests(e2e): fix stats card data name (#3839)

This commit is contained in:
Alexandr Garbuzov 2024-07-06 20:09:53 +03:00 committed by GitHub
parent 0496044a76
commit 6c6888e516
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,7 +18,7 @@ const STATS_CARD_USER = "e2eninja";
const GIST_ID = "372cef55fd897b31909fdeb3a7262758";
const STATS_DATA = {
name: "E2ENinja",
name: "CodeNinja",
totalPRs: 1,
totalReviews: 0,
totalCommits: 3,