Closed LabLamb closed 4 years ago
As a user I want to put the delete order button at the bottom of the screen so that I will not accidentally click on it.
user
put the delete order button at the bottom of the screen
I will not accidentally click on it
Given: user is on the create order screen When: scrolls to the bottom of the screen Then: delete button will not appear
create
Given: user is on the edit order screen When: scrolls to the bottom of the screen Then: the delete button will be ready to action
edit
Story
As a
user
I want toput the delete order button at the bottom of the screen
so thatI will not accidentally click on it
.Acceptance Criteria
Scenario 1
Given: user is on the
create
order screen When: scrolls to the bottom of the screen Then: delete button will not appearScenario 2
Given: user is on the
edit
order screen When: scrolls to the bottom of the screen Then: the delete button will be ready to action