-
-
Save josephwilk/4164062 to your computer and use it in GitHub Desktop.
first feature
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: Member joins a local community | |
In order to easily limit the items I buy and sell # WHY? Whats the value? | |
As a member | |
I want to join a local trading community | |
Background: | |
Given I have installed the Retrade app | |
And I am on the join a community page | |
Scenario: Allow access to browser location | |
When I allow the browser to access my location | |
Then I should see the list of communities #Format of data is fragile. Keep it high level | |
And I should see how many of my friends have joined each community | |
And I should be able join any community | |
Scenario: Using Facebook profile location | |
When I do not allow the browser to access my location data | |
And I have my location on my Facebook profile | |
Then I should see the list of communities | |
And I should see how many of my friends has joined each community | |
And I should be able join any community | |
Scenario: Manually searching for a community | |
Given I do not have my location on my Facebook profile | |
And I enter my location manually | |
Then I should see the list of communities | |
And I should see how many of my friends has joined each community | |
And I should be able join any community |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment