Skip to content

Commit 2d14364

Browse files
authored
tests(e2e): fix top-langs and wakatime cards test data to prevent workflow errors (#4367)
1 parent 76bcea5 commit 2d14364

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/e2e/e2e.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ const LANGS_DATA = {
3838
size: 1721,
3939
},
4040
CSS: {
41-
color: "#563d7c",
41+
color: "#663399",
4242
name: "CSS",
4343
size: 930,
4444
},
@@ -54,7 +54,7 @@ const WAKATIME_DATA = {
5454
is_already_updating: false,
5555
is_coding_activity_visible: true,
5656
is_including_today: false,
57-
is_other_usage_visible: true,
57+
is_other_usage_visible: false,
5858
is_stuck: false,
5959
is_up_to_date: false,
6060
is_up_to_date_pending_future: false,

0 commit comments

Comments
 (0)