Skip to:
Purpose: To move the links from the checked out items on Check out into the actions menu.
Scenarios:
Scenario
Given the Check out app
When an item has been checked out and is displaying in the Scan items section of the page
Then:
Title should no longer be a link to the item record
Barcode should no longer be a link to the item record
An action should be added to the Actions menu (in the ellipses) for "Item details" (should take you to item details)
Loan policy should no longer be a link to the loan policy record
An action should be added to the Actions menu (in the ellipses) for "Loan policy" (should take you to loan policy)
Given the Actions menu for a checked out item in the Check out app
When displayed
Menu options should be left-aligned
Menu options should be displayed in alphabetical order
When right click on a menu item
Then I should be presented with the standard browser link menu which includes the ability to open in a new tab
Given the actions menu for a checked out item in the Check out app
When I select an item that takes me to another app AND I subsequently use the browser back button
Then I should be returned to the Check out app
I don't have a mock-up for what this menu should look like on this page, but I have one for the Check in page which will have a similar menu: https://drive.google.com/file/d/1fH7bq1TTcKy2woK28WcwY981_k00KIjG/view?usp=sharing
Let's please also fix this, or this actions menu will be pretty useless. I'll add it as a related issue:
Purpose: To move the links from the checked out items on Check out into the actions menu.
Scenarios:
Scenario
Given the Check out app
When an item has been checked out and is displaying in the Scan items section of the page
Then:
Title should no longer be a link to the item record
Barcode should no longer be a link to the item record
An action should be added to the Actions menu (in the ellipses) for "Item details" (should take you to item details)
Loan policy should no longer be a link to the loan policy record
An action should be added to the Actions menu (in the ellipses) for "Loan policy" (should take you to loan policy)
Scenario
Given the Actions menu for a checked out item in the Check out app
When displayed
Then:
Menu options should be left-aligned
Menu options should be displayed in alphabetical order
Scenario
Given the Actions menu for a checked out item in the Check out app
When right click on a menu item
Then I should be presented with the standard browser link menu which includes the ability to open in a new tab
Scenario
Given the actions menu for a checked out item in the Check out app
When I select an item that takes me to another app AND I subsequently use the browser back button
Then I should be returned to the Check out app