Sha256: 1882d6c4d32513cab987d88a69458cd0ed5879c86e14bb79b81aa51919c160b1

Contents?: true

Size: 702 Bytes

Versions: 1

Compression:

Stored size: 702 Bytes

Contents

@wip
Feature: Gallery Component
  To provide the ability to show many images on the website, website editors will be able
  to create a gallery of images within a template

  @javascript
  Scenario: Add Gallery Component
    Given I am editing content
    When I click a "Wide" component slot
    And select the "Gallery" component
    And fill in the following within the component:
      | Title       | Big Promotion                     |
      | Description | A really big thing is happening!  |
    Then I add some images to from the asset library
    And I press "Save" within the component
    And I press "Publish"
    And I visit the content page
    Then I should see the gallery thumbnails

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
noodall-components-gallery-0.0.1 features/gallery_component.feature