Sha256: aeeaf806dea6737e655fd3fafed6bfbe771151e851f8126c817a04e35dac66d6

Contents?: true

Size: 757 Bytes

Versions: 10

Compression:

Stored size: 757 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

  Background:
    Given I am signed in as a website editor

  @javascript
  Scenario: Gallery Module
    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

10 entries across 10 versions & 1 rubygems

Version Path
noodall-ui-0.0.11 features/gallery_component.feature
noodall-ui-0.0.10 features/gallery_component.feature
noodall-ui-0.0.9 features/gallery_component.feature
noodall-ui-0.0.8 features/gallery_component.feature
noodall-ui-0.0.7 features/gallery_component.feature
noodall-ui-0.0.6 features/gallery_component.feature
noodall-ui-0.0.5 features/gallery_component.feature
noodall-ui-0.0.4 features/gallery_component.feature
noodall-ui-0.0.3 features/gallery_component.feature
noodall-ui-0.0.2 features/gallery_component.feature