Skip to content

Commit

Permalink
Remove depracated test
Browse files Browse the repository at this point in the history
  • Loading branch information
fsimonjetz committed Oct 27, 2023
1 parent 9fdfe8a commit fdf7e20
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/fragmentarium/ui/info/ExternalResources.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ import React from 'react'
import { render, screen } from '@testing-library/react'
import ExternalResources from './ExternalResources'

import cdliLogo from './logos/cdli.png'
import Museum from 'fragmentarium/domain/museum'
import {
externalNumbersFactory,
Expand All @@ -29,10 +28,6 @@ beforeEach(async () => {
render(<ExternalResources fragment={fragment} />)
})

it('Renders CDLI logo', () => {
expect(screen.getByAltText('CDLI')).toHaveAttribute('src', cdliLogo)
})

it('Links to CDLI text', () => {
expect(screen.getByLabelText(`CDLI text ${cdliNumber}`)).toHaveAttribute(
'href',
Expand Down

0 comments on commit fdf7e20

Please sign in to comment.