Sha256: 87041bb48c7c3a246109f0a9e9176d1aa47368edd842edf94021caa015aa8e73
Contents?: true
Size: 724 Bytes
Versions: 1
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.7.1" within the statusbar
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mercury-rails-0.7.1 | features/loading/loading.feature |