Skip to content

Instantly share code, notes, and snippets.

@scotdalton
Created April 15, 2014 17:19
Show Gist options
  • Save scotdalton/10749370 to your computer and use it in GitHub Desktop.
Save scotdalton/10749370 to your computer and use it in GitHub Desktop.
Feature: request options for a Copy in Library
In order to select the appropriate choice
As a user requesting a Copy in Library
I want to see my options
@checked_out
Scenario: A user with request permissions viewing options for a "checked out" holding
Given I am on the GetIt page for a "checked out" holding
And I login as user with request permissions
And I click the request button
Then I should see a modal indicating that the holding is checked out
And I should see an option to recall the holding from a fellow library patron
And I should see an options to request the holding from another library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment