Sha256: dd4dd173f0ded4282a9e0bdd75e995fa7e74e2fafe2b0070cc9bac5c240ea10a

Contents?: true

Size: 866 Bytes

Versions: 37

Compression:

Stored size: 866 Bytes

Contents

Feature: Edit the different properties of a content type

Background:
  Given I have the site: "test site" set up
  And I have a custom model named "Projects" with
    | label       | type        | required    | target  |
    | Name        | string      | true        |         |
    | Description | text        | false       |         |
  And I have entries for "Projects" with
    | name              | description                    |
    | Fun project       | Description for the fun one    |
    | Boring project    | Description for the boring one |
  And I am an authenticated user

@javascript
Scenario: I remove all notified accounts
  Given I enable the public submission of the "Projects" model
  When I go to the "Projects" model edition page
  And I unselect the notified accounts
  Then there should not be any notified accounts on the "Projects" model

Version data entries

37 entries across 37 versions & 2 rubygems

Version Path
locomotivecms-3.0.0.rc3 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.rc2 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.rc1 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.pre.beta.1 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.pre.alpha.3 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.7 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.pre.alpha.2 features/backoffice/content_types/edit.feature
locomotivecms-3.0.0.pre.alpha features/backoffice/content_types/edit.feature
locomotive_cms-2.5.6 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.6.rc2 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.6.rc1 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.5 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.4 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.3 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.2 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.1 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.0 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.0.rc3 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.0.rc2 features/backoffice/content_types/edit.feature
locomotive_cms-2.5.0.rc1 features/backoffice/content_types/edit.feature