Created
February 15, 2012 14:38
-
-
Save IlyaEremin/1836257 to your computer and use it in GitHub Desktop.
Bugs
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: does not create circle_invite for invited user and patricia | |
In order to fix bug | |
As an user | |
I want to fix this bug | |
Background: | |
Given I am logged in as "regular" user "Voznyak" | |
Given Patricia in my circle | |
Given "Jackie Chan", was invited by me, and he in my circle | |
Scenario: I can invite to circle patricia again | |
When I follow "/profiles/patricia" | |
Then I see button "Invite to my circle" | |
Scenario: I can invite to circle person, who has invited to site by me 2nd time | |
When I follow "/profiles/Jackie-Chan" | |
Then I see button "Invite to my circle" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment