Adds SFRA 6.0
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
Feature: Add Product To Cart
|
||||
As a shopper, I want to search for a product and add it to cart
|
||||
|
||||
@homePage @cart
|
||||
Scenario: Shopper is able to add a product to a cart
|
||||
When shopper selects yes or no for tracking consent
|
||||
Given Shopper searches for "Elbow Sleeve Ribbed Sweater"
|
||||
Then selects size "S"
|
||||
Then shopper changes product quantity
|
||||
Then he adds the product to cart
|
||||
Then he is able to see the correct product in cart
|
@@ -0,0 +1,8 @@
|
||||
Feature: Email signup
|
||||
As a shopper, I want to signup to mailing list
|
||||
|
||||
@homePage
|
||||
Scenario: Shopper is able to enter email for signup
|
||||
When shopper selects yes or no for tracking consent
|
||||
Then shopper enters email in signup form
|
||||
And shopper subscribes to the email list
|
@@ -0,0 +1,6 @@
|
||||
Feature: Land Home Page
|
||||
As a shopper, I want to land on the home Page
|
||||
|
||||
@homePage
|
||||
Scenario: Shopper is able to land on the home Page
|
||||
When shopper selects yes or no for tracking consent
|
@@ -0,0 +1,9 @@
|
||||
Feature: Store locator
|
||||
As a shopper, I want to view available store locations
|
||||
|
||||
@homePage
|
||||
Scenario: Shopper is able to use store locator.
|
||||
When shopper selects yes or no for tracking consent
|
||||
Then shopper goes to store locator page
|
||||
And shopper searches for a store
|
||||
Then shopper searches for a store with different radius
|
@@ -0,0 +1,15 @@
|
||||
Feature: Modify & Verify Mini Cart
|
||||
As a shopper, I want to verify selected product attributes and modify (edit quantity and remove product) mini cart
|
||||
|
||||
@miniCart @miniCartGuestUser
|
||||
Scenario: Shopper is able to modify mini cart, verify selected product attributes and goto Guest Checkout
|
||||
Given shopper selects yes or no for tracking consent
|
||||
When shopper is able to add and remove a product from minicart
|
||||
And shopper is able to add a product and edit product quantity in minicart
|
||||
Then shopper goes to Guest Checkout page from minicart
|
||||
|
||||
@miniCart @miniCartRegisteredUser
|
||||
Scenario: Shopper is able to modify mini cart, verify selected product attributes and goto Registered Checkout
|
||||
Given shopper logs into the website
|
||||
When shopper is able to add a product and edit product quantity in minicart
|
||||
And shopper is able to navigate through minicart, registered checkout pages and remove the product from cart
|
Reference in New Issue
Block a user