Skip to content

Commit

Permalink
[Update] JIRA XRay Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Progi1984 authored and github-actions[bot] committed Jan 3, 2025
1 parent 70b36e2 commit 8a9d6c8
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -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 |
Original file line number Diff line number Diff line change
@@ -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 |
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand All @@ -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 -> ...) |

0 comments on commit 8a9d6c8

Please sign in to comment.