tests(e2e): fix top-langs and wakatime cards test data to prevent workflow errors (#4367)

This commit is contained in:
Alexandr Garbuzov
2025-08-24 16:30:59 +03:00
committed by GitHub
parent 76bcea5dec
commit 2d143645b7
+2 -2
View File
@@ -38,7 +38,7 @@ const LANGS_DATA = {
size: 1721,
},
CSS: {
color: "#563d7c",
color: "#663399",
name: "CSS",
size: 930,
},
@@ -54,7 +54,7 @@ const WAKATIME_DATA = {
is_already_updating: false,
is_coding_activity_visible: true,
is_including_today: false,
is_other_usage_visible: true,
is_other_usage_visible: false,
is_stuck: false,
is_up_to_date: false,
is_up_to_date_pending_future: false,