Sha256: 47f5439f5f86ed3a7d28194a7fb054db0afd45fd66c1be608c621e36fd7ff34d

Contents?: true

Size: 724 Bytes

Versions: 2

Compression:

Stored size: 724 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 "Full region" in the content frame


  # Latest selenium webdriver seems to consider the lightview hidden
  @use_hidden_elements
  Scenario: A user can expect to see the status bar
    Then I should see "Mercury Editor v0.9.0" within the statusbar

Version data entries

2 entries across 2 versions & 2 rubygems

Version Path
kiteditor-1.0.12 features/loading/loading.feature
mercury-rails-0.9.0 features/loading/loading.feature