Created
May 10, 2014 20:04
-
-
Save sizovs/d6b26dfd9f23e8bb8770 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: Mailbox | |
Scenario: Registered users have a new message in the mailbox #1 | |
Given I am "Johnny" | |
When I check my mailbox | |
Then I should have a "Welcome Johnny" message | |
Scenario: Registered users have a new message in the mailbox #2 | |
Given I am "Eduards" | |
When I check my mailbox | |
Then I should have a "Welcome Eduards" message |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment