Sha256: 4ccfd07899996cd8cb14779477158f8c43794e159e9b161c6112b5ba2618d66f

Contents?: true

Size: 635 Bytes

Versions: 24

Compression:

Stored size: 635 Bytes

Contents

@javascript
Feature:
  As a content editor type person
  In order to manage content
  I should be able to expect the editor to load properly

  Background:
    Given I am on an editable page


  Scenario: A user can expect to see the toolbar
    Then I should see "Save" within the toolbar
    And I should see "Preview" within the toolbar
    And I should see "Bold" within the toolbar


  Scenario: A user can expect to see the contents of the iframe
    Then I should see "Editable region" in the content frame


  Scenario: A user can expect to see the status bar
    Then I should see "Mercury Editor v0.3.0" within the statusbar

Version data entries

24 entries across 24 versions & 3 rubygems

Version Path
kiteditor-1.0.25 features/loading/loading.feature
kiteditor-1.0.24 features/loading/loading.feature
kiteditor-1.0.23 features/loading/loading.feature
kiteditor-1.0.22 features/loading/loading.feature
kiteditor-1.0.21 features/loading/loading.feature
kiteditor-1.0.20 features/loading/loading.feature
kiteditor-1.0.19 features/loading/loading.feature
kiteditor-1.0.18 features/loading/loading.feature
kiteditor-1.0.17 features/loading/loading.feature
kiteditor-1.0.16 features/loading/loading.feature
kiteditor-1.0.14 features/loading/loading.feature
kiteditor-1.0.13 features/loading/loading.feature
kiteditor-1.0.11 features/loading/loading.feature
kiteditor-1.0.10 features/loading/loading.feature
kiteditor-1.0.9 features/loading/loading.feature
kiteditor-1.0.8 features/loading/loading.feature
kiteditor-1.0.7 features/loading/loading.feature
kiteditor-1.0.6 features/loading/loading.feature
kiteditor-1.0.5 features/loading/loading.feature
kiteditor-1.0.4 features/loading/loading.feature