mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
fix test
This commit is contained in:
@@ -55,7 +55,7 @@ describe('<sl-avatar>', () => {
|
||||
|
||||
describe('when an error occurs when attempting to load the image', async () => {
|
||||
before(async () => {
|
||||
el = await fixture<SlAvatar>(html`<sl-avatar image="about:config" label="${label}"></sl-avatar>`);
|
||||
el = await fixture<SlAvatar>(html`<sl-avatar image="404.gif" label="${label}"></sl-avatar>`);
|
||||
});
|
||||
|
||||
it('does not render the "image" part', async () => {
|
||||
|
||||
Reference in New Issue
Block a user