Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
brenthagen committed Feb 22, 2024
1 parent 84f24f2 commit b81e7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/atoms/Link/__tests__/ExternalLink.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ describe('ExternalLink', () => {
const link = getByText('Test Link')
expect(link).toHaveAttribute('href', 'https://opentrons.com')
expect(link).toHaveAttribute('target', '_blank')
expect(link).toHaveStyle(`color: ${COLORS.blue55}`)
expect(link).toHaveStyle(`color: ${COLORS.blue50}`)
})

it('renders open-in-new icon', () => {
Expand Down

0 comments on commit b81e7af

Please sign in to comment.