Guest User

Untitled

a guest
Oct 16th, 2018
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. Feature: Client Applications
  2. In order to find new apps a user can browse and authorize them
  3. @javascript @wip
  4. Scenario: User browses the app catalog and installs a new app
  5. Given Carol is an approved, registered user
  6. And Carol logs in
  7. And TestApp is a public registered app
  8. And Carol has not yet authorized the TestApp app
  9. When Carol goes to the apps list page
  10. Then she sees the TestApp listing
  11. When Carol clicks on the TestApp listing link to "Install" the app
  12. Then She is redirected back to the TestApp link page
Add Comment
Please, Sign In to add comment