From a1a2c8ab9575395d9cfa12a2f86a673d2a44ea73 Mon Sep 17 00:00:00 2001 From: izruff Date: Tue, 15 Oct 2024 19:18:43 +0800 Subject: [PATCH] Update testcase --- __tests__/components/about-us/history/year.test.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/__tests__/components/about-us/history/year.test.tsx b/__tests__/components/about-us/history/year.test.tsx index baa15a8..9bffa40 100644 --- a/__tests__/components/about-us/history/year.test.tsx +++ b/__tests__/components/about-us/history/year.test.tsx @@ -20,7 +20,7 @@ describe('Year Component', () => { ); - expect(getByText(year.toString())).toHaveClass('text-[#ECBF7F]'); + expect(getByText(year.toString())).toHaveClass('text-orange-a'); }); it('applies the correct class when not selected', () => {