Skip to content

Instantly share code, notes, and snippets.

@Heavyblade
Created June 1, 2012 21:02
Show Gist options
  • Save Heavyblade/2855131 to your computer and use it in GitHub Desktop.
Save Heavyblade/2855131 to your computer and use it in GitHub Desktop.
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