Skip to content

Commit

Permalink
FD-2921: Made vertical 5 cards clickable + hover. (#1040)
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderEerenberg committed Oct 5, 2022
1 parent e9fcd57 commit 5ea84b4
Show file tree
Hide file tree
Showing 6 changed files with 80 additions and 397 deletions.
2 changes: 2 additions & 0 deletions __tests__/components/card/VerticalCard5.test.tsx
Expand Up @@ -9,6 +9,7 @@ describe('VerticalCard5', () => {
test('should render correctly', () => {
const { container, getByText } = render(
<VerticalCard5
url="podcastUrl"
id="1"
imageUrl="https://images.example.com/image.png"
imageUrlS="https://images.example.com/imageS.png"
Expand All @@ -28,6 +29,7 @@ describe('VerticalCard5', () => {
test('should have correct class name', () => {
const { container } = render(
<VerticalCard5
url="podcastUrl"
id="1"
imageUrl="https://images.example.com/image.png"
caption="This is the caption"
Expand Down

0 comments on commit 5ea84b4

Please sign in to comment.