You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
exports[`Default > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when the lazyLoad prop is not set > matches the snapshot 1`] =`"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"style="display: none;"></div>"`;
4
+
5
+
exports[`Default > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when the lazyLoad prop is not set > when intersectionObserver is intersecting > when image has finished loading > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"style="display: none;"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"></div>"`;
6
+
7
+
exports[`Default > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when the lazyLoad prop is not set > when intersectionObserver is intersecting > when the alt prop is set > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Alt text for image"class="image"draggable="false"loading="lazy"src="https://test.com"></div>"`;
8
+
9
+
exports[`Default > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when the lazyLoad prop is set to false > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"style="display: none;"></div>"`;
10
+
3
11
exports[`Default > when the image prop is set to an IMAGE_DEFAULT_BY_TYPE icon > when the image prop is set to PhApplePodcastsLogo > matches the snapshot 1`] = `
4
12
"<divclass="centerAll preloadImage">
5
13
<divclass="iconImage">
@@ -95,11 +103,3 @@ exports[`Default > when the image prop is set to an IMAGE_DEFAULT_BY_TYPE icon >
95
103
</div>
96
104
</div>"
97
105
`;
98
-
99
-
exports[`Default > when the lazyLoad prop is not set > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > matches the snapshot 1`] =`"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"style="display: none;"></div>"`;
100
-
101
-
exports[`Default > when the lazyLoad prop is not set > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when intersectionObserver is intersecting > when image has finished loading > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"style="display: none;"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"></div>"`;
102
-
103
-
exports[`Default > when the lazyLoad prop is not set > when the image prop is set to a none IMAGE_DEFAULT_BY_TYPE icon > when intersectionObserver is intersecting > when the alt prop is set > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Alt text for image"class="image"draggable="false"loading="lazy"src="https://test.com"></div>"`;
104
-
105
-
exports[`Default > when the lazyLoad prop is set to false > matches the snapshot 1`] = `"<divclass="centerAll preloadImage"><spanclass="skeletonLoader"><spanclass="visuallyHidden">Loading image</span></span><imgalt="Image"class="image"draggable="false"loading="lazy"src="image"style="display: none;"></div>"`;
0 commit comments