Sha256: c1180d0a6bcaca6090284329447fce37b158cfd0d381d414c9297b0103b36a7b

Contents?: true

Size: 784 Bytes

Versions: 24

Compression:

Stored size: 784 Bytes

Contents

Feature: Specific tests to avoid bug regressions

@javascript
Scenario: Changing a field requiredness when the first field is a file (WTF)
  Given I have the site: "test site" set up
  And I have a custom model named "Projects" with
    | label       | type        | required    | target  |
    | Image       | file        | true        |         |
    | Description | string      | true        |         |
  And I am an authenticated user
  Given I go to the list of "Projects"
  And I follow "new entry" within the main content
  Then I should see "Description*"
  Given I go to the "Projects" model edition page
  And I click on the 2nd required flag
  And I press "Save"
  And I wait 100ms
  When I follow "new entry" within the main content
  Then I should not see "Description*"

Version data entries

24 entries across 24 versions & 2 rubygems

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