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 Nov 22, 2024
1 parent 778fc5d commit d12dd3a
Show file tree
Hide file tree
Showing 8 changed files with 80 additions and 2 deletions.
9 changes: 9 additions & 0 deletions src/content/scenarios/core/audit/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Audit
menuTitle: Audit
chapter: true
---

# Audit

{{% children titlePages="Tests" titleSections="Categories" /%}}
9 changes: 9 additions & 0 deletions src/content/scenarios/core/audit/bo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: BO
menuTitle: BO
chapter: true
---

# BO

{{% children titlePages="Tests" titleSections="Categories" /%}}
9 changes: 9 additions & 0 deletions src/content/scenarios/core/audit/fo/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: FO
menuTitle: FO
chapter: true
---

# FO

{{% children titlePages="Tests" titleSections="Categories" /%}}
9 changes: 9 additions & 0 deletions src/content/scenarios/core/audit/fo/classic/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: classic
menuTitle: classic
chapter: true
---

# classic

{{% children titlePages="Tests" titleSections="Categories" /%}}
31 changes: 31 additions & 0 deletions src/content/scenarios/core/audit/fo/classic/pages-in-guest-mode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
title: "Pages in guest mode"
weight: 1
---

# Pages in guest mode
## Details
* **Component** : Core
* **Status** : [TEST] Automation in progress
* **Automated on** : 9.0.x
* **Scenario** : https://forge.prestashop.com/browse/TEST-10049

## Steps
| Step Description | Expected result |
| ----- | ----- |
| Go to the Home Page | The home page is displayed<br><br>No JS errors are triggered |
| Click on the category "Clothes" | The category page "Clothes" is displayed<br><br>No JS errors are triggered |
| Click on the subcategory "Men" | The subcategory page "Men" is displayed<br><br>No JS errors are triggered |
| Click on the first product page of the page | The product page is displayed<br><br>No JS errors are triggered |
| Click on the search box and Search "Shirt" | The search page is displayed<br><br>No JS errors are triggered |
| Click on the "Products" footer Link "Prices drop" | The "Prices drop" page is displayed<br><br>No JS errors are triggered |
| Click on the "Products" footer Link "New products" | The "New products" page is displayed<br><br>No JS errors are triggered |
| Click on the "Products" footer Link "Best sellers" | The "Best sellers" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Delivery" | The "Delivery" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Legal Notice" | The "Legal Notice" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Terms and conditions of use" | The "Terms and conditions of use" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "About us" | The "About us" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Secure payment" | The "Secure payment" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Contact us" | The "Contact us" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Sitemap" | The "Sitemap" page is displayed<br><br>No JS errors are triggered |
| Click on the "Our Company" footer Link "Stores" | The "Stores" page is displayed<br><br>No JS errors are triggered |
9 changes: 9 additions & 0 deletions src/content/scenarios/core/audit/fo/hummingbird/_index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: hummingbird
menuTitle: hummingbird
chapter: true
---

# hummingbird

{{% children titlePages="Tests" titleSections="Categories" /%}}
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ weight: 1
# BO - Design - Link Widget - Change position
## Details
* **Component** : Core
* **Status** : Blocked
* **Status** : [TEST] To be automated
* **Scenario** : https://forge.prestashop.com/browse/TEST-966

## Steps
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ weight: 5
# BO - Shop Parameters - Search - Weight
## Details
* **Component** : Core
* **Status** : [TEST] Automation in progress
* **Status** : Automated
* **Automated on** : 9.0.x
* **Scenario** : https://forge.prestashop.com/browse/TEST-1129
* **Test** : https://github.com/PrestaShop/PrestaShop/tree/develop/tests/UI/campaigns/functional/BO/13_shopParameters/07_search/01_search/05_weight.ts
* **Specification** : https://docs.prestashop-project.org/functional-documentation/functional-documentation/ux-ui/back-office/configure/shop-paramaters/search

## Steps
| Step Description | Expected result |
Expand Down

0 comments on commit d12dd3a

Please sign in to comment.