Skip to content

Commit

Permalink
test: fix data-testid for added icons
Browse files Browse the repository at this point in the history
  • Loading branch information
BulegaHassan committed Nov 13, 2023
1 parent a258c46 commit 103133e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Footer = () => {
>
<FaStackOverflow
className='h-4 w-4 text-slate-500 hover:text-black duration-300 '
data-testid='twitter-icon'
data-testid='stackoverflow-icon'
/>
</a>
</li>
Expand All @@ -68,7 +68,7 @@ const Footer = () => {
>
<BiLogoUpwork
className='h-4 w-4 text-slate-500 hover:text-black duration-300 '
data-testid='twitter-icon'
data-testid='upwork-icon'
/>
</a>
</li>
Expand Down

0 comments on commit 103133e

Please sign in to comment.