diff --git a/src/content/scenarios/core/functional/bo/international/locations/countries/bo-international-locations-countries-help-button.md b/src/content/scenarios/core/functional/bo/international/locations/countries/bo-international-locations-countries-help-button.md new file mode 100644 index 000000000000..afaf8bc825c4 --- /dev/null +++ b/src/content/scenarios/core/functional/bo/international/locations/countries/bo-international-locations-countries-help-button.md @@ -0,0 +1,17 @@ +--- +title: "BO - International - Locations - Countries - Help button" +weight: 6 +--- + +# BO - International - Locations - Countries - Help button +## Details +* **Component** : Core +* **Status** : [TEST] To be automated +* **Scenario** : https://forge.prestashop.com/browse/TEST-10261 + +## Steps +| Step Description | Expected result | +| ----- | ----- | +| Go to BO > International > Locations > Tab Countries | The Countries page is displayed correctly | +| Click on Help button | The documentation modal is opened in English | +| Close the modal | The modal is well closed | diff --git a/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-help-button.md b/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-help-button.md new file mode 100644 index 000000000000..d0e4325ec30f --- /dev/null +++ b/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-help-button.md @@ -0,0 +1,17 @@ +--- +title: "BO - International - Locations - States - Help button" +weight: 5 +--- + +# BO - International - Locations - States - Help button +## Details +* **Component** : Core +* **Status** : [TEST] To be automated +* **Scenario** : https://forge.prestashop.com/browse/TEST-10262 + +## Steps +| Step Description | Expected result | +| ----- | ----- | +| Go to BO > International > Locations > Tab States | The States page is displayed correctly | +| Click on Help button | The documentation modal is opened in English | +| Close the modal | The modal is well closed | diff --git a/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-sort-and-pagination.md b/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-sort-and-pagination.md index 13ef76584308..bdf2bee8e179 100644 --- a/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-sort-and-pagination.md +++ b/src/content/scenarios/core/functional/bo/international/locations/states/bo-international-locations-states-sort-and-pagination.md @@ -6,11 +6,9 @@ weight: 4 # BO - International - Locations - States - Sort and pagination ## Details * **Component** : Core -* **Status** : Automated +* **Status** : [TEST] To be automated * **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-1021 -* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/11_international/02_locations/03_states/04_sortAndPagination.ts -* **Specification** : https://docs.prestashop-project.org/functional-documentation/functional-documentation/ux-ui/back-office/improve/international/locations/states/add-or-edit-state ## Steps | Step Description | Expected result | @@ -23,6 +21,11 @@ weight: 4 | Change the items number to 100 per page | Only one page is displayed  _(page 1 / 4)_ | | Sort state by ID desc | states are sorted by postion (353 -> 352 -> ...) | | Sort state by name desc | states are sorted by name  ( z-> y -> ...) | -| Sort state by ISO code  desc | states are sorted by ISO code   ( z-> y -> ...) | +| Sort state by name desc | states are sorted by name  ( z-> y -> ...) | +| Sort state by ISO code  asc | states are sorted by ISO code   ( a-> b -> ...) | +| Sort state by ISO code  asc | states are sorted by ISO code   ( a-> b -> ...) | | Sort state by zone  desc | states are sorted by zone  ( z-> y -> ...) | +| Sort state by zone  asc | states are sorted by zone  ( a-> b -> ...) | | Sort state by country  desc | states are sorted by country  ( z-> y -> ...) | +| Sort state by country  asc | states are sorted by country  ( a-> b -> ...) | +| Sort state by ID asc | states are sorted by postion (352 ->353 -> ...) |