This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
So I can manage makers, I want to create an account | |
Scenario: Create account | |
When I enter valid user info | |
And I create my account | |
Then I see the confirmation message | |
And I see the login page | |
And I get an email with confirmation instructions | |
Scenario: Reset password |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feature: Calculate batch sizes | |
So that I know how much soup to cook this week, I want to know the total volume of soup needed for the week and the total soup needed for the first delivery day. | |
Sceanrio: Calculate batch sizes | |
When I view the week's summary | |
Then I see how many pots of each soup are required to meet the week's deliveries, plus extra |