Skip to content

test(fix): fixed and added tests for 3 types of order in collection

Bela Toci requested to merge testing_collection_order into develop

This MR consists on improvements on Test01 regarding Collection order. More specifically:

  • The tests for creating 3 books were merged in a single test and a command that changes the Metadata of books was added
  • The test that selects 'Order by Title' for a collection was removed since this type of order is the default
  • Added tests that select "Order by volume" and "Order by publication date", and tests that validate the orderings
  • Confirm that the red label toc is showing for books missing that value for ordering
Edited by Bela Toci

Merge request reports