You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given a user has launched the program When the user selects the option to purchase seed Then the user should be presented with a list of seeds to purchase
Given user is viewing a list of seeds When the user selects a seed Then the user should be presented with a list of potential seed fields
Given user is viewing the list of potential seed fields When the user selects a field And the field is capable of growing the plant Then the user should be taken back to the main menu
Given user is viewing the list of potential seed fields When the user selects a field And the field is incapable of growing the plant Then the user should be presented with a message to select another field And the list of fields should be shown again
The text was updated successfully, but these errors were encountered:
Given a user has launched the program
When the user selects the option to purchase seed
Then the user should be presented with a list of seeds to purchase
Given user is viewing a list of seeds
When the user selects a seed
Then the user should be presented with a list of potential seed fields
Given user is viewing the list of potential seed fields
When the user selects a field
And the field is capable of growing the plant
Then the user should be taken back to the main menu
Given user is viewing the list of potential seed fields
When the user selects a field
And the field is incapable of growing the plant
Then the user should be presented with a message to select another field
And the list of fields should be shown again
The text was updated successfully, but these errors were encountered: