Adds SFRA 6.0
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
Feature: Add Address to User Account
|
||||
As a shopper with an account, I want to be able to add a saved address
|
||||
|
||||
@accountPage
|
||||
Scenario: Shopper is able to add an address to their account
|
||||
Given shopper logs into the website
|
||||
And shopper clicks add new address
|
||||
And shopper fills out address information
|
@@ -0,0 +1,10 @@
|
||||
Feature: Add Payment to User Account
|
||||
As a shopper with an account, I want to be able to add a saved payment
|
||||
|
||||
@accountPage
|
||||
Scenario: Shopper is able to add a payment to their account
|
||||
Given shopper logs into the website
|
||||
And shopper clicks add new payment
|
||||
And shopper fills out their payment information
|
||||
Then shopper clicks view payments
|
||||
And shopper removes a saved credit card
|
@@ -0,0 +1,8 @@
|
||||
Feature: Edit password of a User Account
|
||||
As a shopper with an account, I want to be able to change my password
|
||||
|
||||
@accountPage
|
||||
Scenario: Shopper is able to change their password
|
||||
Given shopper logs into the website
|
||||
And shopper clicks edit password
|
||||
And shopper changes their password
|
@@ -0,0 +1,10 @@
|
||||
Feature: Edit profile of a User Account
|
||||
As a shopper with an account, I want to be able to edit my profile
|
||||
|
||||
Background:
|
||||
Given shopper logs into the website
|
||||
|
||||
@accountPage @editProfile
|
||||
Scenario: Shopper is able to edit their account information
|
||||
Then shopper clicks edit profile
|
||||
And shopper edits phone number
|
Reference in New Issue
Block a user