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
+1 -1
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,