pull/638/head
Cory LaViska 2021-12-31 11:05:55 -05:00
rodzic 2bad321397
commit 4de5f180b6
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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 () => {