Sha256: 8a7fc9c3b0359124e8d908933c7a7ace2103b3bc459fb02f7de937320fd29694

Contents?: true

Size: 829 Bytes

Versions: 37

Compression:

Stored size: 829 Bytes

Contents

@wip
@javascript
Feature: Engine
  As an author
  In order to easily be able to modify the contents of my website
  I want to be able to edit the sites content on the front end

  Background:
    Given I have the site: "test site" set up
    And I am an authenticated "author"

  Scenario: Editing a short text field
    Given a page named "about" with the template:
    """
    <html>
      <head>{% inline_editor %}</head>
      <body>{% editable_short_text 'owner' %}Tom{% endeditable_short_text %} owns this website</body>
    </html>
    """
    When I view the rendered page at "/about"
    Then I should see "edit"
    When I follow "edit"
    And I type the content "Mario" into the first editable field
    And I follow "save"
    And I view the rendered page at "/about"
    Then I should see "Mario owns this website"

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
locomotivecms-3.0.0.rc3 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.rc2 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.rc1 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.pre.beta.1 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.pre.alpha.3 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.7 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.pre.alpha.2 features/public/inline_front_end_editing.feature
locomotivecms-3.0.0.pre.alpha features/public/inline_front_end_editing.feature
locomotive_cms-2.5.6 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.6.rc2 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.6.rc1 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.5 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.4 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.3 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.2 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.1 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.0 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.0.rc3 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.0.rc2 features/public/inline_front_end_editing.feature
locomotive_cms-2.5.0.rc1 features/public/inline_front_end_editing.feature