Feature: ATM
Scenario: Enter correct PIN
Given some context...
When <user> performs an action
Then expect this outcome
And another expectation can be added
Scenario: Entering a wrong PIN
...
Scenario: Entering wrong PIN 5 times
...
Scenario: Out of receipt paper
...
Scenario: Selecting less than $10
...