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,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