Adds SFRA 6.0

This commit is contained in:
Isaac Vallee
2021-12-21 10:57:31 -08:00
parent d04eb5dd16
commit 823c7608c3
1257 changed files with 137087 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
Feature: Filter products from PDP
As a shopper I want navigate back to the previous plp using the back button.
@productBackButton
Scenario: Shopper is able to go back to refined plp from pdp
When shopper selects yes or no for tracking consent
Given shopper searches for category from menu
And shopper clicks on the more button
Then Shopper clicks on the first product Tile
And Shopper clicks the back button on pdp

View File

@@ -0,0 +1,13 @@
Feature: Filter products from PDP
As a shopper I want to be able to search for a product type
And then select different filter options to reduce the number of potential
items.
@productFilter
Scenario: Shopper is able to filter for products
When shopper selects yes or no for tracking consent
Given shopper searches for category from menu
And shopper filters product by color
And shopper filters product by size
And shopper filters product by price
And shopper filters product by option

View File

@@ -0,0 +1,9 @@
Feature: Product Quickview
As a shopper I want to be able to search for a product from the menu
then add the product to cart using Quick View
@productQuickView
Scenario: Shopper is able to shop using a product's quick view
When shopper selects yes or no for tracking consent
And shopper opens product quick view from home page
Then shopper adds to cart from Quick View

View File

@@ -0,0 +1,25 @@
Feature: Product Detail Page Simple Layout
As a shopper, I want to see Product Details for a Simple Product
Background: shoper is on product details page
When shopper goes to the Product Detail Page
@simpleProductDetail
Scenario: Shopper sees all the product related information on the Simple product page
Then shopper sees all the product related information
@simpleProductDetail_breadcrumbs
Scenario: Shopper sees the correct breadcrumbs and is on right navigation path
Then shopper sees the correct breadcrumbs
@simpleProductDetail_socialLinks
Scenario: Shopper sees the correct social links
Then shopper sees the correct social links
@simpleProductDetail_addToCartButton
Scenario: Shopper sees the Add to Cart Button Enabled
Then shopper is able to see Add to Cart Button Enabled
@simpleProductDetail_addToCartButton
Scenario: Shopper is able to copy Product URL using Copy Link Icon
Then shopper is able to copy Product URL using Copy Link Icon