Sha256: 18644022a0bec681f1b67836bcb339d1765abdf61692b8b8bbba85839baade75

Contents?: true

Size: 785 Bytes

Versions: 10

Compression:

Stored size: 785 Bytes

Contents

@refinerycms @dialogs
Feature: Dialogs
  In order to manage images and links when editing a page
  As an administrator
  I want to insert images and links on the WYMeditor

  Background:
    Given I am a logged in refinery user

  Scenario: Show the dialog with the iframe src for links
    When I go to the admin dialog for links path
    Then the page should have the css "iframe[src="/refinery/pages_dialogs/link_to"]"

  Scenario: Show the dialog with the iframe src for images
    When I go to the admin dialog for images path
    Then the page should have the css "iframe[src="/refinery/images/insert?modal=true"]"

  Scenario: Show the dialog with an empty iframe src
    When I go to the admin dialog for empty iframe src
    Then the page should have the css "iframe[src=""]"

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
refinerycms-core-1.0.11 features/dialogs.feature
refinerycms-core-1.0.10 features/dialogs.feature
refinerycms-core-1.0.9 features/dialogs.feature
refinerycms-core-1.0.8 features/dialogs.feature
refinerycms-core-1.0.7 features/dialogs.feature
refinerycms-core-1.0.5 features/dialogs.feature
refinerycms-core-1.0.4 features/dialogs.feature
refinerycms-core-1.0.3 features/dialogs.feature
refinerycms-core-1.0.1 features/dialogs.feature
refinerycms-core-1.0.0 features/dialogs.feature