diff --git a/scripts/src/App/Command/AbstractCommand.php b/scripts/src/App/Command/AbstractCommand.php index 89ab83edb266..a3d90624f857 100644 --- a/scripts/src/App/Command/AbstractCommand.php +++ b/scripts/src/App/Command/AbstractCommand.php @@ -271,6 +271,9 @@ protected function getTestContent(array $test, array $steps): string if (!empty($issue['fields']['customfield_12692'])) { $content .= '* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/'. $issue['fields']['customfield_12692'] . '.ts' . PHP_EOL; } + if (!empty($issue['fields']['customfield_12893'])) { + $content .= '* **Specification** : ' . $issue['fields']['customfield_12893'] . PHP_EOL; + } $content .= PHP_EOL; ## Steps diff --git a/src/content/scenarios/core/functional/bo/advanced-parameters/administration/bo-advanced-parameters-administration-general.md b/src/content/scenarios/core/functional/bo/advanced-parameters/administration/bo-advanced-parameters-administration-general.md index 61e85b182d9a..179bfed049ae 100644 --- a/src/content/scenarios/core/functional/bo/advanced-parameters/administration/bo-advanced-parameters-administration-general.md +++ b/src/content/scenarios/core/functional/bo/advanced-parameters/administration/bo-advanced-parameters-administration-general.md @@ -10,6 +10,7 @@ weight: 1 * **Automated on** : 9.0.x * **Scenario** : https://forge.prestashop.com/browse/TEST-1141 * **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/14_advancedParameters/03_administration/01_general.ts +* **Specification** : https://docs.prestashop-project.org/functional-documentation/functional-documentation/ux-ui/back-office/configure/advanced-parameters/administration ## Steps | Step Description | Expected result | diff --git a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-display-products-below-low-stocks-level-first.md b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-display-products-below-low-stocks-level-first.md index 7b7849c3a7d4..4a9ad30c9005 100644 --- a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-display-products-below-low-stocks-level-first.md +++ b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-display-products-below-low-stocks-level-first.md @@ -6,7 +6,7 @@ weight: 6 # BO - Catalog - Stocks - Display products below low stocks level first ## Details * **Component** : Core -* **Status** : [TEST] To be automated +* **Status** : [TEST] Automation in progress * **Scenario** : https://forge.prestashop.com/browse/TEST-843 ## Steps diff --git a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-filter-stocks-by-categories.md b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-filter-stocks-by-categories.md index 9cfd1dac21e5..5511fce7ebf4 100644 --- a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-filter-stocks-by-categories.md +++ b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-filter-stocks-by-categories.md @@ -6,7 +6,7 @@ weight: 7 # BO - Catalog - Stocks - Filter Stocks by Categories ## Details * **Component** : Core -* **Status** : [TEST] To be automated +* **Status** : [TEST] Automation in progress * **Scenario** : https://forge.prestashop.com/browse/TEST-844 ## Steps diff --git a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-update-quantity-by-setting-input.md b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-update-quantity-by-setting-input.md index 6442e08030e6..eebe73235e60 100644 --- a/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-update-quantity-by-setting-input.md +++ b/src/content/scenarios/core/functional/bo/catalog/stocks/bo-catalog-stocks-update-quantity-by-setting-input.md @@ -6,7 +6,7 @@ weight: 3 # BO - Catalog - Stocks - Update Quantity by setting input ## Details * **Component** : Core -* **Status** : [TEST] To be automated +* **Status** : [TEST] Automation in progress * **Automated on** : 1.7.8.x, 1.7.7.x, 8.0.x, 8.1.x, 9.0.x * **Scenario** : https://forge.prestashop.com/browse/TEST-840 diff --git a/src/content/scenarios/core/functional/fo/hummingbird/checkout/payment/fo-checkout-payment-choose-a-payment-method.md b/src/content/scenarios/core/functional/fo/hummingbird/checkout/payment/fo-checkout-payment-choose-a-payment-method.md index 801d6d1f33a9..f49942f9104b 100644 --- a/src/content/scenarios/core/functional/fo/hummingbird/checkout/payment/fo-checkout-payment-choose-a-payment-method.md +++ b/src/content/scenarios/core/functional/fo/hummingbird/checkout/payment/fo-checkout-payment-choose-a-payment-method.md @@ -12,11 +12,11 @@ weight: 1 ## Steps | Step Description | Expected result | | ----- | ----- | -| On FO > Product page

click to quick view of a product | quickview displayed | -| Click to Add to cart | "Product successfully added to your shopping cart" notificaiton | +| On FO > Click quick view of a product | Quickview is well displayed | +| Click to Add to cart | "Product successfully added to your shopping cart" modal | | Click to proceed to checkout | Shopping cart displayed

Shopping cart contain the product | -| Click to proceed to checkout | Personal information is displayed

You've the your cart on the right | -| Click on Sign in, fill the input and click to continue | Adressess page displayed | +| Click to proceed to checkout | Personal information is displayed

You have your cart on the right | +| Click on Sign in > Click on Continue to shipping | Addresses page displayed | | Click to continue | SHIPPING METHOD displayed | | Click to continue | PAYMENT displayed | | Click on Pay by bank wire | Please transfer the invoice amount to our bank account. You will receive our order confirmation by email containing bank details and order number. | diff --git a/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-add-order-message.md b/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-add-order-message.md index 2465ca704fdb..581f99081e13 100644 --- a/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-add-order-message.md +++ b/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-add-order-message.md @@ -6,7 +6,7 @@ weight: 1 # FO - Checkout - Shipping method - Add order message ## Details * **Component** : Core -* **Status** : Sandbox +* **Status** : [TEST] To be automated * **Automated on** : 8.1.x, 9.0.x * **Scenario** : https://forge.prestashop.com/browse/TEST-7024 @@ -14,9 +14,9 @@ weight: 1 | Step Description | Expected result | | ----- | ----- | | Go to FO > Log into your customer account | You are logged in | -| Add a product to the cart > Proceed to checkout > Proceed to checkout  > Add an address > Continue | Step 3 - Shipping method is displayed | -| Add a comment about your order > Continue | Step 4 - Payment is displayed | -| Click on edit button of Step 3 - Shipping method > Select another carrier & edit message > Continue | Step 4 - Payment is displayed | +| Add a product to the cart > Proceed to checkout > Proceed to checkout  > Choose an address > Continue to Shipping | Step 3 - Shipping method is displayed | +| Add a comment about your order > Continue to Payment | Step 4 - Payment is displayed | +| Click on Step 3 Shipping method on the progress bar > Select another carrier & edit message > Continue to Payment | Step 4 - Payment is displayed | | Click on edit button of Step 3 - Shipping method | See that the message is well saved and has not changed | -| Continue > Choose a payment method > Agree to terms and conditions > Place order | YOUR ORDER IS CONFIRMED | -| Click on your account in top-right corner > Order history and details > Details > Scroll down to block Messages | See your message is displayed correctly | +| Continue > Choose a payment method > Agree to terms and conditions > Place order | Your order is confirmed | +| Click on your customer account in top-right corner > Your account > Order history and details > Click Details on the last order > Scroll down to block Messages | See your message is displayed correctly | diff --git a/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-select-a-carrier.md b/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-select-a-carrier.md index 332fc92e7171..4f5733c2b345 100644 --- a/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-select-a-carrier.md +++ b/src/content/scenarios/core/functional/fo/hummingbird/checkout/shipping-method/fo-checkout-shipping-method-select-a-carrier.md @@ -6,7 +6,7 @@ weight: 2 # FO - Checkout - Shipping method - Select a carrier ## Details * **Component** : Core -* **Status** : Sandbox +* **Status** : [TEST] To be automated * **Automated on** : 8.1.x, 9.0.x * **Scenario** : https://forge.prestashop.com/browse/TEST-7025 @@ -15,8 +15,8 @@ weight: 2 | ----- | ----- | | Go to FO > Log into your customer account | You are now logged in | | Click on a product > Add to cart > Proceed to checkout > Proceed to checkout | Step 2 of checkout process is displayed : Addresses | -| Choose My address (Address in the US) > Continue | Step 3 - Shipping method is displayed.

Only My _carrier_ is displayed with :
* a logo
* a name
* a delay
* the price of shipping | -| Click on Continue | Step 4 is displayed with alert : Unfortunately, there is no payment method available.

You can't proceed to checkout | -| Click the Edit button on Step 2 - Addresses > Choose "Mon adresse" is checked (address in France) > Continue | Step 3 - Shipping method is displayed.

_Click and collect_ and _My carrier_ are displayed with :
* a logo
* a name
* a delay
* the price of shipping | -| Choose Click and collect > Continue | Step 4 - Payment is displayed | -| Choose Payment by bank wire > Agree to the terms and conditions > Place order | YOUR ORDER IS CONFIRMED | +| Choose My address (Address in the US) > Continue to Shipping | Step 3 - Shipping method is displayed.

Only My _carrier_ is displayed with :
* a logo
* a name
* a delay
* the price of shipping | +| Click on Continue to Payment | Step 4 is displayed with alert : Unfortunately, there is no payment method available.

You can't proceed to checkout, place order is greyed out | +| Click on Addresses in the progress bar > Choose "Mon adresse" is checked (address in France) > Continue to Shipping | Step 3 - Shipping method is displayed.

_Click and collect_ and _My carrier_ are displayed with :
* a logo
* a name
* a delay
* the price of shipping | +| Choose Click and collect > Continue to payment | Step 4 - Payment is displayed | +| Choose Payment by bank wire > Agree to the terms and conditions > Place order | Your order is confirmed |