Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Public Collection Show PageĀ 

https://github.com/samvera/hyrax/blob/master/spec/features/collection_spec.rb

Test case codeWhat are we testingComments & questions
Basic segments of public collection show pageBasic page content
Behavior variation when using search featureBehavior during search
Basic segments of public collection show page for a non-nestable collectionUnclearThe intent of this test case is unclear. It appears that this is intended to test that the subcollection list in't included when a collection is not nestable. However, it only tests for basic content, and doesn't test that subcollection content is NOT there, so the test is basically worthless.
Pagination of works section of pagePagination of works

Should feature tests really do this sort of test? Would it not be better done as part of a view spec?

There is no wrapper of each section, so how can we differentiate works pagination from subcollection or parent collection pagination?

https://github.com/samvera/hyrax/blob/master/spec/features/collection_spec.rb#L93-L113Pagination of subcollectionsSame comments as re: pagination of works

Dashboard Collection

Test case codeWhat are we testingComments & questions



  • No labels