Created
June 1, 2012 21:02
-
-
Save Heavyblade/2855131 to your computer and use it in GitHub Desktop.
This file contains 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: Client Applications | |
In order to find new apps a user can browse and authorize them | |
@javascript @wip | |
Scenario: User browses the app catalog and installs a new app | |
Given Carol is an approved, registered user | |
And Carol logs in | |
And TestApp is a public registered app | |
And Carol has not yet authorized the TestApp app | |
When Carol goes to the apps list page | |
Then she sees the TestApp listing | |
When Carol clicks on the TestApp listing link to "Install" the app | |
Then She is redirected back to the TestApp link page |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment