-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
bugSomething isn't workingSomething isn't working
Description
// TODO: find a way to wait for image to be loaded
test.skip('it shows no initials when supplying an image src', () => {
const testName = 'John Deo';
const intitials = 'JD';
const avatarLink =
'https://st.depositphotos.com/3244893/5106/v/950/depositphotos_51060005-stock-illustration-cute-little-panda-icon.jpg';
render(<Avatar name={testName} src={avatarLink} />);
expect(screen.queryByText(intitials)).not.toBeInTheDocument();
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working