Scenario: Registration form
Given I am on "index.php?id=512"
When I follow "register now!"
And I fill in "user_name" with "Max Mustermann"
And I fill in "user_email" with "
[email protected]"
And I attach the file "/Users/mmustermann/max.jpeg"
to "user_image"
And I press "submit registration"
Then I should be on "index.php?id=514"
And the response should contain "Thank you ..."
And the mailbox "m15273" should contain an email with
subject "Your registration"
This