Sha256: f43b525274a0a20871cb2da3add6409bdb962a76ab4fb7dc228fa53d8709eda7

Contents?: true

Size: 727 Bytes

Versions: 96

Compression:

Stored size: 727 Bytes

Contents

Feature: Promo Component
  In order to promotional information on a page a website editor will be able
  to add text and image content wthin component slots

  @javascript
  Scenario: Add a promo component
    Given I am signed in as a website editor
    And I am editing content
    When I click a "Small" component slot
    And select the "Promo" component
    And fill in the following within the component:
      | Title       | Big Promotion                     |
      | Description | A really big thing is happening!  |
      | Link        | http://wearebeef.co.uk            |
    And I press "Save" within the component
    And I press "Publish"
    And I visit the content page
    Then I should see "Big Promotion" 

Version data entries

96 entries across 96 versions & 1 rubygems

Version Path
noodall-ui-0.5.15 features/promo_component.feature
noodall-ui-0.5.14 features/promo_component.feature
noodall-ui-0.5.13 features/promo_component.feature
noodall-ui-0.5.12 features/promo_component.feature
noodall-ui-0.5.11 features/promo_component.feature
noodall-ui-0.4.11 features/promo_component.feature
noodall-ui-0.4.10 features/promo_component.feature
noodall-ui-0.5.10 features/promo_component.feature
noodall-ui-0.5.9 features/promo_component.feature
noodall-ui-0.4.9 features/promo_component.feature
noodall-ui-0.5.8 features/promo_component.feature
noodall-ui-0.4.8 features/promo_component.feature
noodall-ui-0.4.7 features/promo_component.feature
noodall-ui-0.5.7 features/promo_component.feature
noodall-ui-0.5.6 features/promo_component.feature
noodall-ui-0.5.5 features/promo_component.feature
noodall-ui-0.5.4 features/promo_component.feature
noodall-ui-0.5.3 features/promo_component.feature
noodall-ui-0.5.2 features/promo_component.feature
noodall-ui-0.5.1 features/promo_component.feature