We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 810198b commit 79424cfCopy full SHA for 79424cf
src/components/DsfrTile/DsfrTile.spec.js
@@ -41,7 +41,7 @@ describe('DsfrTile', () => {
41
expect(descriptionEl).toHaveClass('fr-tile__desc')
42
})
43
44
- it.skip('should display a horizontal tile', async () => {
+ it('should display a horizontal tile', async () => {
45
const title = 'Titre de la tuile'
46
const imgSrc = 'https://placekitten.com/80/80'
47
const description = 'Lorem ipsum dolor sit amet, consectetur adipiscing, incididunt, ut labore et dol'
0 commit comments