11 lines
343 B
Gherkin
11 lines
343 B
Gherkin
|
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
|