Skip to content

Commit ea9e32a

Browse files
Progi1984github-actions[bot]
authored andcommitted
[Update] JIRA XRay Tests
1 parent aa1d63c commit ea9e32a

File tree

8 files changed

+10
-8
lines changed

8 files changed

+10
-8
lines changed

src/content/scenarios/core/functional/api/endpoints/product/post-admin-api-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 9
99
* **Status** : Automated
1010
* **Automated on** : 9.1.x, 9.0.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-8648
12-
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/API/02_endpoints/10_product/01_postProduct.ts
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/API/02_endpoints/06_product/09_postProduct.ts
1313

1414
## Steps
1515
| Step Description | Expected result |

src/content/scenarios/core/functional/bo/catalog/discount/cart-rules/crud-cart-rule/actions/bo-cart-rules-actions-apply-a-discount-to-cheapest-product.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ weight: 8
66
# BO - Cart rules - Actions - Apply a discount to Cheapest product
77
## Details
88
* **Component** : Core
9-
* **Status** : To be automated
9+
* **Status** : Automation in progress
10+
* **Automated on** : 9.1.x
1011
* **Scenario** : https://forge.prestashop.com/browse/TEST-10324
1112

1213
## Steps

src/content/scenarios/core/functional/bo/catalog/discount/cart-rules/crud-cart-rule/actions/bo-cart-rules-actions-apply-a-discount-to-specific-product.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,10 @@ weight: 7
66
# BO - Cart rules - Actions - Apply a discount to Specific product
77
## Details
88
* **Component** : Core
9-
* **Status** : Automation in progress
9+
* **Status** : Automated
1010
* **Automated on** : 9.1.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-10323
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyDiscountToSpecificProduct.ts
1213

1314
## Steps
1415
| Step Description | Expected result |

src/content/scenarios/core/functional/bo/catalog/discount/cart-rules/crud-cart-rule/actions/bo-cart-rules-actions-create-simple-order-status-apply-to-specific-product.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 1
99
* **Status** : Automated
1010
* **Automated on** : 9.1.x, 8.1.x, 9.0.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-4671
12-
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/07_applyToSpecificProduct.ts
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/03_catalog/07_discounts/01_cartRules/01_CRUDCartRule/03_actions/01_applyToSpecificProduct.ts
1313
* **Specification** : https://docs.prestashop-project.org/functional-documentation/functional-documentation/ux-ui/back-office/sell/catalog/discounts/edit-or-add-cart-rule
1414

1515
## Steps

src/content/scenarios/core/sanity/upgrade/autoupgrade-cli-check-upgrade-rollback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ weight: 7
3434
| * Change your PHP to 8.1<br> * Launch the command "php bin/console backup:create admin-dev" | * You should be on php 8.1 thank to the app you used for <br> * The terminal should start with :"INFO - Starting backup..." and end with "INFO - Backup completed successfully." |
3535
| * Launch the command "touch config.json"<br> * Open the files "config.json" in modules/autoupgrade<br> * Put the information on it and Save it<br> * Return on the terminal and launch the command "php bin/console update:start --config-file-path=config.json admin-dev" | * A new files named "config.json" should be displayed on the files autoupgrade<br> * You should have a file entirely blank <br> * Your file should be completed <br> * The terminal should say :<br>"INFO - Update process will use archive.<br>INFO - Configuration successfully updated.<br>INFO - Starting update...<br>INFO - Destination version: 9.0.0" |
3636
| *CLI Start Rollback*  <br> * Launch the command " php bin/console backup:restore admin-dev"<br> * Launch the command "2" | * The terminal should ask you to select a backup between 0 and 1, the number 2 is to exit the process<br> * Your terminal should act like there is none command launch |
37-
| * Launch the command " php bin/console backup:delete admin-dev"<br> * Launch the command "0" | * The terminal should ask you to select a backup between 0 and 1, the number 2 is to exit the process<br> * Your terminal should say at start "INFO - Restoring files ..." and end with "INFO - Restoration process done. Congratulations! You can now reactivate your store." |
37+
| * Launch the command " php bin/console backup:restore admin-dev"<br> * Launch the command "0" | * The terminal should ask you to select a backup between 0 and 1, the number 2 is to exit the process<br> * Your terminal should say at start "INFO - Restoring files ..." and end with "INFO - Restoration process done. Congratulations! You can now reactivate your store." |
3838
| * Launch the command "php bin/console update:start --xml=prestashop_9.0.0.xml --zip=prestashop_9.0.0.zip admin-dev" | * The terminal should say :<br>"INFO - Update process will use archive.<br>INFO - Configuration successfully updated.<br>INFO - Starting update...<br>INFO - Destination version: 9.0.0" |
3939
| * Launch the command "php bin/console backup:restore --backup=1.7.7.9_ID admin-dev" | * Your terminal should say at start "INFO - Restoring files ..." and end with "INFO - Restoration process done. Congratulations! You can now reactivate your store." |

src/content/scenarios/modules/ps-emailalerts/configuration/mail-alerts-module-bo-header-buttons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 1
99
* **Status** : Automated
1010
* **Automated on** : 9.1.x, 9.0.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-4147
12-
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/ps_emailalerts/02_configuration/01_boHeaderButtons.ts
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/20_ps_emailalerts/02_configuration/01_boHeaderButtons.ts
1313

1414
## Steps
1515
| Step Description | Expected result |

src/content/scenarios/modules/ps-facetedsearch/configuration/faceted-search-module-edit-template-product-brand-filter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 15
99
* **Status** : Automated
1010
* **Automated on** : 9.1.x, 9.0.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-4235
12-
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/22_ps_facetedsearch/02_configuration/15_editTemplateProductBrandFilter.ts
1313

1414
## Steps
1515
| Step Description | Expected result |

src/content/scenarios/modules/ps-themecusto/installation/theme-customization-module-disable-enable-module.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ weight: 5
99
* **Status** : Automated
1010
* **Automated on** : 9.1.x, 9.0.x
1111
* **Scenario** : https://forge.prestashop.com/browse/TEST-4160
12-
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/ps_themecusto/01_installation/05_disableEnableModule.ts
12+
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/modules/35_ps_themecusto/01_installation/05_disableEnableModule.ts
1313

1414
## Steps
1515
| Step Description | Expected result |

0 commit comments

Comments
 (0)