apply Prettier fixes
This commit is contained in:
parent
192c968bae
commit
fce1e8874f
@ -59,10 +59,16 @@ test('preview textures', async () => {
|
|||||||
|
|
||||||
expect(
|
expect(
|
||||||
queryByAltText(`${fixture.name} - ${t('general.skin')}`),
|
queryByAltText(`${fixture.name} - ${t('general.skin')}`),
|
||||||
).toHaveAttribute('src', `${blessing.base_url}/preview/${fixture.tid_skin}?png`)
|
).toHaveAttribute(
|
||||||
|
'src',
|
||||||
|
`${blessing.base_url}/preview/${fixture.tid_skin}?png`,
|
||||||
|
)
|
||||||
expect(
|
expect(
|
||||||
queryByAltText(`${fixture.name} - ${t('general.cape')}`),
|
queryByAltText(`${fixture.name} - ${t('general.cape')}`),
|
||||||
).toHaveAttribute('src', `${blessing.base_url}/preview/${fixture.tid_cape}?png`)
|
).toHaveAttribute(
|
||||||
|
'src',
|
||||||
|
`${blessing.base_url}/preview/${fixture.tid_cape}?png`,
|
||||||
|
)
|
||||||
|
|
||||||
fireEvent.click(getByText(t('general.confirm')))
|
fireEvent.click(getByText(t('general.confirm')))
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user