{title}
diff --git a/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx b/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx
index 918fd4646..47456b8aa 100644
--- a/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx
+++ b/src/home/components/HomeNotificationTable/HomeNotificationTable.tsx
@@ -116,7 +116,7 @@ const HomeNotificationTable: React.FC = props => {
requiredPermissions={[PermissionEnum.MANAGE_ORDERS]}
>
-
+
{ordersToFulfill === undefined ? (
) : ordersToFulfill === 0 ? (
@@ -136,7 +136,7 @@ const HomeNotificationTable: React.FC = props => {
-
+
{ordersToCapture === undefined ? (
) : ordersToCapture === 0 ? (
@@ -161,7 +161,7 @@ const HomeNotificationTable: React.FC = props => {
requiredPermissions={[PermissionEnum.MANAGE_PRODUCTS]}
>
-
+
{productsOutOfStock === undefined ? (
) : productsOutOfStock === 0 ? (
diff --git a/src/home/components/HomePage/HomePage.tsx b/src/home/components/HomePage/HomePage.tsx
index dbae63670..da8d36498 100644
--- a/src/home/components/HomePage/HomePage.tsx
+++ b/src/home/components/HomePage/HomePage.tsx
@@ -95,6 +95,7 @@ const HomePage: React.FC = props => {
= props => {
= props => {
]}
>
@@ -165,7 +168,10 @@ const HomePage: React.FC = props => {
userPermissions={userPermissions}
requiredPermissions={[PermissionEnum.MANAGE_ORDERS]}
>
-
+
)}
diff --git a/src/home/components/HomeProductListCard/HomeProductListCard.tsx b/src/home/components/HomeProductListCard/HomeProductListCard.tsx
index d68cfbe64..13b0c1d6b 100644
--- a/src/home/components/HomeProductListCard/HomeProductListCard.tsx
+++ b/src/home/components/HomeProductListCard/HomeProductListCard.tsx
@@ -46,18 +46,19 @@ const useStyles = makeStyles(
);
interface HomeProductListProps {
+ testId?: string;
topProducts: Home_productTopToday_edges_node[];
onRowClick: (productId: string, variantId: string) => void;
}
export const HomeProductList: React.FC = props => {
- const { topProducts, onRowClick } = props;
+ const { topProducts, onRowClick, testId } = props;
const classes = useStyles(props);
const intl = useIntl();
return (
-
+
@@ -22315,6 +22315,132 @@ exports[`Storyshots Views / Apps / Webhooks / Create webhook default 1`] = `
/>
+
+
+
+
+
+
+
+
+
@@ -22935,7 +23063,7 @@ exports[`Storyshots Views / Apps / Webhooks / Create webhook form errors 1`] = `
@@ -23381,6 +23509,48 @@ exports[`Storyshots Views / Apps / Webhooks / Create webhook form errors 1`] = `
/>
+
+
+
+
+
+
+
+
+
+
+
+
@@ -24555,6 +24851,50 @@ exports[`Storyshots Views / Apps / Webhooks / Create webhook loading 1`] = `
/>
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
@@ -26426,7 +27026,7 @@ exports[`Storyshots Views / Apps / Webhooks / Webhook details form errors 1`] =
@@ -26952,6 +27552,132 @@ exports[`Storyshots Views / Apps / Webhooks / Webhook details form errors 1`] =
/>
+
+
+
+
+
+
+
+
+
@@ -27630,7 +28358,7 @@ exports[`Storyshots Views / Apps / Webhooks / Webhook details loading 1`] = `
class="PrivateSwitchBase-input-id"
data-indeterminate="false"
disabled=""
- name="INVOICE_DELETED"
+ name="CHECKOUT_UPDATED"
type="checkbox"
/>
@@ -27674,7 +28402,7 @@ exports[`Storyshots Views / Apps / Webhooks / Webhook details loading 1`] = `
class="PrivateSwitchBase-input-id"
data-indeterminate="false"
disabled=""
- name="INVOICE_REQUESTED"
+ name="CUSTOMER_CREATED"
type="checkbox"
/>