Sha256: 099a40e7cb80d2db0cf218c66ec8a37d7b711771f74877d11f415b1730ade5de
Contents?: true
Size: 635 Bytes
Versions: 1
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.2.1" within the statusbar
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mercury-rails-0.2.3 | features/loading/loading.feature |