Created
June 1, 2012 23:42
-
-
Save Heavyblade/2855797 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
Scenario: User browses the app catalog and uses an app she has already installed | |
Given Carol is an approved, registered user | |
And Carol logs in | |
And TestApp is a public registered app | |
And Carol has already 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 "Use" 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