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
Error description: actual find shelf command is different from the user guide.
Steps to reproduce:
Add a book called using add book command:
add Dune / Frank Herbert / scifi
Enter find command:
find shelf SCIF-0-0
Expected output:
Found 1 book(s) with the shelf ID 'SCIF-0-0':
Dune by Frank Herbert (Genre: scifi, Shelf: SCIF-0-0)
Actual output:
[ERROR] Invalid search criteria 'shelf'. Use 'title', 'author', 'genre', or 'id'.
5: Correct output is given when key in:
find id SCIF-0-0
Error description: actual find shelf command is different from the user guide.
Steps to reproduce:
add Dune / Frank Herbert / scifi
find shelf SCIF-0-0
Found 1 book(s) with the shelf ID 'SCIF-0-0':
[ERROR] Invalid search criteria 'shelf'. Use 'title', 'author', 'genre', or 'id'.
5: Correct output is given when key in:
find id SCIF-0-0