Feature: Serve coffee
Coffee should not be served until paid for
Coffee should not be served until the button has been pressed
If there is no coffee left then money should be refunded
Scenario: Buy last coffee
Given there are 1 coffees left in the machine
And I have deposited 1$
When I press the coffee button
Then I should be served a coffee
Scenario: Store credit until a coffee is selected
Given I have deposited 1$
And I have left the machine for 5 minutes
When I press the coffee button
Then I should be served a coffee
, , . , "", , "" ( , ) ".
, , , , , .
.
Feature: Coffee Machine Advertising video panel
Scenario: While my coffee is being served, I should be shown a 15 second advert.