issueTwentyOne:
title: Admin Viewing items
body: >
As an Admin
When I visit "/admin/dashboard"
Then I should see a link for viewing all items
And when I click that link
Then my current path should be "/admin/items"
Then I should see a table with all items (active and inactive)
And each item should have:
issueTwentyOne: title: Admin Viewing items body: > As an Admin When I visit "/admin/dashboard" Then I should see a link for viewing all items And when I click that link Then my current path should be "/admin/items" Then I should see a table with all items (active and inactive) And each item should have: