Attachment / Photos Spec

Background

A common use case for photos is to display a gallery of photos for a property.

This spec ensures that a gallery of photos can be uploaded, rendered, and navigated correctly.

Specification

The test spec verifies the following use cases:
  • If there are no photos we should show a default image.
  • Should upload Photos
  • Should be able to paginate forward through photos.
  • Should be able to paginate backward through photos.
  • Should be able to render a slideshow of photos.
  • Should be able to add a description to a photo.
Comments