@mohasinac/appkit 4.0.2 → 4.0.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -251,5 +251,16 @@ export const testerChecklistSeedData = [
|
|
|
251
251
|
{ key: "error-states", label: "Error states (404, form validation) look correct" },
|
|
252
252
|
],
|
|
253
253
|
},
|
|
254
|
+
{
|
|
255
|
+
pageKey: "homepage-carousels",
|
|
256
|
+
pageLabel: "Homepage Carousels",
|
|
257
|
+
cases: [
|
|
258
|
+
{ key: "carousel-loops", label: "Homepage carousels (Shop by Category, Top Brands, Featured Products, Live Auctions, Reserve Before It Ships, Verified Stores, Tournaments & Events, Collector Reviews) loop back to the first item after reaching the last instead of getting stuck at the end", href: "/" },
|
|
259
|
+
{ key: "carousel-no-flicker", label: "Homepage carousel auto-scroll does not flash/flicker when looping back to the first item" },
|
|
260
|
+
{ key: "carousel-pause-on-interaction", label: "Homepage carousel auto-scroll pauses while hovering, touching, keyboard-focusing (Tab + arrow keys), or scrolling it, and resumes afterward" },
|
|
261
|
+
{ key: "carousel-arrows-work", label: "Homepage carousel prev/next arrow buttons work and wrap around at both ends" },
|
|
262
|
+
{ key: "hero-banner-loops", label: "Hero banner at the top of the homepage rotates through all slides and loops back to the first without getting stuck" },
|
|
263
|
+
],
|
|
264
|
+
},
|
|
254
265
|
]),
|
|
255
266
|
];
|