Description: - Create at least one relevant snapshot test as specified in the project requirements. Tasks: - Select a stable component, such as the country card. - Render the component using fixed test data. - Create a snapshot. - Verify that the snapshot does not contain unstable data. - Document how to update the snapshot. Acceptance: - The snapshot test passes. - The snapshot is stored in the repository. - The snapshot tests a custom-built component.