Skip to content

Commit

Permalink
Update testcase
Browse files Browse the repository at this point in the history
  • Loading branch information
izruff committed Oct 15, 2024
1 parent 82ee896 commit a1a2c8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __tests__/components/about-us/history/year.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ describe('Year Component', () => {
<Year year={year} selected={true} setSelected={setSelected} />
);

expect(getByText(year.toString())).toHaveClass('text-[#ECBF7F]');
expect(getByText(year.toString())).toHaveClass('text-orange-a');
});

it('applies the correct class when not selected', () => {
Expand Down

0 comments on commit a1a2c8a

Please sign in to comment.