Sha256: 26058e054ea029284961620b339b1d69950afee786b75e7a3b98ed1884e06541

Contents?: true

Size: 444 Bytes

Versions: 6

Compression:

Stored size: 444 Bytes

Contents

Feature: CKEditor
  In order to allow non-technical users to edit HTML content
  the open source CKEditor (WYSIWYG) will be used for content that is HTML

  Scenario: Editing an Html Block
    Given the cms database is populated
    And I am logged in as a Content Editor
    When I request /cms/content_library
    And I click on "add new content"
    Then I should see a widget to select which editor to use
    And  I should see the CKEditor

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
browsercms-3.4.2 features/ckeditor.feature
browsercms-3.4.2.rc1 features/ckeditor.feature
browsercms-3.4.1 features/ckeditor.feature
browsercms-3.4.0 features/ckeditor.feature
browsercms-3.4.0.rc2 features/ckeditor.feature
browsercms-3.4.0.rc1 features/ckeditor.feature