diff --git a/docs/quality-and-best-practices/core-critical-flows.md b/docs/quality-and-best-practices/core-critical-flows.md index a46177f830e..224bad4eb15 100644 --- a/docs/quality-and-best-practices/core-critical-flows.md +++ b/docs/quality-and-best-practices/core-critical-flows.md @@ -19,9 +19,11 @@ These flows will continually evolve as the platform evolves with flows updated, - 💳 [Merchant > Dashboard](#merchant---dashboard) - 💳 [Merchant > Settings](#merchant---settings) - 💳 [Merchant > Coupons](#merchant---coupons) +- 💳 [Merchant > Marketing](#merchant---marketing) - 💳 [Merchant > Analytics](#merchant---analytics) - 💳 [Merchant > Products](#merchant---products) - 💳 [Merchant > Orders](#merchant---orders) +- 💳 [Merchant > Customers](#merchant---customers) - 💳 [Merchant > Email](#merchant---email) - 💳 [Merchant > Plugins](#merchant---plugins) - 💳 [Merchant > My Subscriptions](#merchant---my-subscriptions) @@ -156,9 +158,16 @@ These flows will continually evolve as the platform evolves with flows updated, ### Merchant - Coupons -| User Type | Flow Area | Flow Name | Test File | -| --------- | --------- | ---------- | ------------------------------ | -| Merchant | Coupons | Add Coupon | merchant/create-coupon.spec.js | +| User Type | Flow Area | Flow Name | Test File | +| --------- | --------- | --------------------- | ------------------------------ | +| Merchant | Coupons | Add all coupon types | merchant/create-coupon.spec.js | +| Merchant | Coupons | Add restricted coupon | | + +### Merchant - Marketing + +| User Type | Flow Area | Flow Name | Test File | +| --------- | --------- | -------------------------- | --------- | +| Merchant | Marketing | Display marketing overview | | ### Merchant - Analytics @@ -225,6 +234,12 @@ These flows will continually evolve as the platform evolves with flows updated, | Merchant | Orders | Bulk change order status | | | Merchant | Orders | Add order notes | | +### Merchant - Customers + +| User Type | Flow Area | Flow Name | Test File | +| --------- | --------- | --------------------- | --------- | +| Merchant | Customers | Display customer list | | + ### Merchant - Email | User Type | Flow Area | Flow Name | Test File |