Sigma-Labs-XYZ / Explain-AI

An AI-powered source of all human knowledge
https://explainai.me/
1 stars 1 forks source link

RelationCard placeholder Image #70

Open DomVinyard opened 1 year ago

DomVinyard commented 1 year ago

User Story:

As a user, I want to see a placeholder image in the RelationCard component when no image is provided. Currently it just shows the alt text

Image

Acceptance Criteria:

swdilip commented 1 year ago

Documentation

When no image is provided for RelationCard or TopicCard

An onError function is triggered which then fires a callBack function called replaceImage which replaces the src of that image element with a placeholder image.

Tests

The TopicCard and RelationCard components are rendered within the test, img element is selected using getByRole and then the error is fired using fireEvent.error which then fires the callBack function which replaces the src with the placeholder whose value can now be tested.