From a36959547426255298f51fef1229eedab42ac85e Mon Sep 17 00:00:00 2001 From: Titus Kristiansen <titusk@stud.ntnu.no> Date: Thu, 5 May 2022 11:48:35 +0200 Subject: [PATCH] Snapshots updated --- .../__snapshots__/community-list-item.spec.js.snap | 2 +- .../__snapshots__/community-list.spec.js.snap | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/unit/component-tests/community-component-tests/__snapshots__/community-list-item.spec.js.snap b/tests/unit/component-tests/community-component-tests/__snapshots__/community-list-item.spec.js.snap index 6ea43db..4edde89 100644 --- a/tests/unit/component-tests/community-component-tests/__snapshots__/community-list-item.spec.js.snap +++ b/tests/unit/component-tests/community-component-tests/__snapshots__/community-list-item.spec.js.snap @@ -22,7 +22,7 @@ exports[`CommunityListItem component renders correctly 1`] = ` class="flex-1 pl-1 overflow-hidden" > <div - class="font-medium dark:text-white truncate" + class="font-medium text-gray-800 dark:text-white truncate" > string </div> diff --git a/tests/unit/component-tests/community-component-tests/__snapshots__/community-list.spec.js.snap b/tests/unit/component-tests/community-component-tests/__snapshots__/community-list.spec.js.snap index 52d4de6..a385829 100644 --- a/tests/unit/component-tests/community-component-tests/__snapshots__/community-list.spec.js.snap +++ b/tests/unit/component-tests/community-component-tests/__snapshots__/community-list.spec.js.snap @@ -27,7 +27,7 @@ exports[`CommunityList component renders correctly 1`] = ` class="flex-1 pl-1 overflow-hidden" > <div - class="font-medium dark:text-white truncate" + class="font-medium text-gray-800 dark:text-white truncate" > string </div> @@ -78,7 +78,7 @@ exports[`CommunityList component renders correctly 1`] = ` class="flex-1 pl-1 overflow-hidden" > <div - class="font-medium dark:text-white truncate" + class="font-medium text-gray-800 dark:text-white truncate" > string </div> -- GitLab