Sha256: bb78e240b06443ce67a16c97cceb358e1a8c95c8f1dd016c233fe726411c6119

Contents?: true

Size: 763 Bytes

Versions: 5

Compression:

Stored size: 763 Bytes

Contents

Feature: General Content Component
  In order to add information on a page a website editor will be able to add text and images to content within component slots

  @javascript
  Scenario: Add a General Content component
    Given I am editing content
    When I click a "Small" component slot
    And select the "General Content" component
    And fill in the following within the component:
      | Title       | Big Promotion                    |
     #| Content     | A really big thing is happening! | TinyMCE
      | Link        | http://wearebeef.co.uk           |
    And I select an image 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 "Big Promotion"

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
noodall-components-general-content-0.0.5 features/general_content_component.feature
noodall-components-general-content-0.0.4 features/general_content_component.feature
noodall-components-general-content-0.0.3 features/general_content_component.feature
noodall-components-general-content-0.0.2 features/general_content_component.feature
noodall-components-general-content-0.0.1 features/general_content_component.feature