You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a registered user #4
Given I want to take out a book
When I find the book I am looking for
Then I should be able to request it for a loan
And I should be able to assign it to me
And it should no longer be available to be loaned out
to someone else
Given I want to take out a book
And I have already taken a loaned book
When I find the book I am looking for
Then I should not be able to take it out
Given I want to take out a book
And 30 days have passed
Then I should be notified of loan being past due
The text was updated successfully, but these errors were encountered:
As a registered user #4
Given I want to take out a book
When I find the book I am looking for
Then I should be able to request it for a loan
And I should be able to assign it to me
And it should no longer be available to be loaned out
to someone else
Given I want to take out a book
And I have already taken a loaned book
When I find the book I am looking for
Then I should not be able to take it out
Given I want to take out a book
And 30 days have passed
Then I should be notified of loan being past due
The text was updated successfully, but these errors were encountered: